#DEFF7E

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

Shades of Mindaro #DEFF7E

Tints of Mindaro #DEFF7E

Color information

#DEFF7E (or 0xDEFF7E) is unknown color: approx Mindaro. HEX triplet: DE, FF and 7E. RGB value is (222,255,126). Sum of RGB (Red+Green+Blue) = 222+255+126=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 126 (49.61% from 255 or 20.90% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF7E is #210081. Grayscale: #E6E6E6. Windows color (decimal): -2162818 or 8323038. OLE color: 8323038.

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

Color convert

RGB222255126-
CMYK0.1300.510
HSL75.35º100%74.71%-
HSV(B)75.35º50.59%100%-
XYZ69.6588.5633.16-
YUV230.4369.07121.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 126 (49.61% from 255) = 20.90%
R=36.82%
G=42.29%
B=20.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551260.1300.51075.3510074.71
HexDEFF7ED03304b644b
Octal336377176150630113144113
Binary11011110111111111111110110101100110100101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF7E; }

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

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

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

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

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

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

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

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