#DFFA66

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

Shades of Mindaro #DFFA66

Tints of Mindaro #DFFA66

Color information

#DFFA66 (or 0xDFFA66) is unknown color: approx Mindaro. HEX triplet: DF, FA and 66. RGB value is (223,250,102). Sum of RGB (Red+Green+Blue) = 223+250+102=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFA66 is #200599. Grayscale: #E1E1E1. Windows color (decimal): -2098586 or 6748895. OLE color: 6748895.

HSL color Cylindrical-coordinate representation of color #DFFA66: hue angle of 70.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFFA66 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB223250102-
CMYK0.1100.590.02
HSL70.95º93.67%69.02%-
HSV(B)70.95º59.2%98.04%-
XYZ67.0285.0225.45-
YUV225.0658.55126.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 102 (40.23% from 255) = 17.74%
R=38.78%
G=43.48%
B=17.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232501020.1100.590.0270.9593.6769.02
HexDFFA66B03B2475e45
Octal337372146130732107136105
Binary110111111111101011001101011011101110100011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFA66; }

 p { color: rgb(223,250,102); }

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

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

 a { background-color: rgb(223,250,102); }

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

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

 span { border-color: rgb(223,250,102); }

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