#DEF66E

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

Shades of Mindaro #DEF66E

Tints of Mindaro #DEF66E

Color information

#DEF66E (or 0xDEF66E) is unknown color: approx Mindaro. HEX triplet: DE, F6 and 6E. RGB value is (222,246,110). Sum of RGB (Red+Green+Blue) = 222+246+110=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF66E is #210991. Grayscale: #DFDFDF. Windows color (decimal): -2165138 or 7272158. OLE color: 7272158.

HSL color Cylindrical-coordinate representation of color #DEF66E: hue angle of 70.59º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEF66E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB222246110-
CMYK0.1000.550.04
HSL70.59º88.31%69.8%-
HSV(B)70.59º55.28%96.47%-
XYZ65.8982.5727.22-
YUV223.3264.05127.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 110 (43.36% from 255) = 19.03%
R=38.41%
G=42.56%
B=19.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222461100.1000.550.0470.5988.3169.8
HexDEF66EA0374475846
Octal336366156120674107130106
Binary1101111011110110110111010100110111100100011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF66E; }

 p { color: rgb(222,246,110); }

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

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

 a { background-color: rgb(222,246,110); }

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

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

 span { border-color: rgb(222,246,110); }

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