#DEFF66

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

Shades of Mindaro #DEFF66

Tints of Mindaro #DEFF66

Color information

#DEFF66 (or 0xDEFF66) is unknown color: approx Mindaro. HEX triplet: DE, FF and 66. RGB value is (222,255,102). Sum of RGB (Red+Green+Blue) = 222+255+102=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 102 (40.23% from 255 or 17.62% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF66 is #210099. Grayscale: #E4E4E4. Windows color (decimal): -2162842 or 6750174. OLE color: 6750174.

HSL color Cylindrical-coordinate representation of color #DEFF66: hue angle of 72.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEFF66 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB222255102-
CMYK0.1300.60
HSL72.94º100%70%-
HSV(B)72.94º60%100%-
XYZ68.2888.0125.96-
YUV227.6957.07123.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 102 (40.23% from 255) = 17.62%
R=38.34%
G=44.04%
B=17.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551020.1300.6072.9410070
HexDEFF66D03C0496446
Octal336377146150740111144106
Binary11011110111111111100110110101111000100100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF66; }

 p { color: rgb(222,255,102); }

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

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

 a { background-color: rgb(222,255,102); }

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

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

 span { border-color: rgb(222,255,102); }

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