#DFF96C

Color #DFF96C Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DFF96C

Tints of Mindaro #DFF96C

Color information

#DFF96C (or 0xDFF96C) is unknown color: approx Mindaro. HEX triplet: DF, F9 and 6C. RGB value is (223,249,108). Sum of RGB (Red+Green+Blue) = 223+249+108=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF96C is #200693. Grayscale: #E1E1E1. Windows color (decimal): -2098836 or 7141855. OLE color: 7141855.

HSL color Cylindrical-coordinate representation of color #DFF96C: hue angle of 71.06º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFF96C is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB223249108-
CMYK0.1000.570.02
HSL71.06º92.16%70%-
HSV(B)71.06º56.63%97.65%-
XYZ67.0184.5226.97-
YUV225.1561.89126.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 249 (97.66% from 255) = 42.93%
BLUE value IS 108 (42.58% from 255) = 18.62%
R=38.45%
G=42.93%
B=18.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232491080.1000.570.0271.0692.1670
HexDFF96CA0392475c46
Octal337371154120712107134106
Binary110111111111100111011001010011100110100011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF96C; }

 p { color: rgb(223,249,108); }

 H1.HeaderClassName
 {
   color: #DFF96C;
 }
 .AnyTagClassName
 {
   color: #DFF96C;
 }
</style>
background-color css

<style>
 a { background-color: #DFF96C; }

 a { background-color: rgb(223,249,108); }

 div.DivClassName
 {
   background-color: #DFF96C;
 }
 .BgClassName
 {
   background-color: #DFF96C;
 }
</style>
border-color css

<style>
 span { border-color: #DFF96C; }

 span { border-color: rgb(223,249,108); }

 td.TdClassName
 {
   border-color: #DFF96C;
 }
 .TagClassName
 {
   border-color: #DFF96C;
 }
</style>