#DEF97E

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

Shades of Mindaro #DEF97E

Tints of Mindaro #DEF97E

Color information

#DEF97E (or 0xDEF97E) is unknown color: approx Mindaro. HEX triplet: DE, F9 and 7E. RGB value is (222,249,126). Sum of RGB (Red+Green+Blue) = 222+249+126=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 126 (49.61% from 255 or 21.11% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF97E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF97E is #210681. Grayscale: #E3E3E3. Windows color (decimal): -2164354 or 8321502. OLE color: 8321502.

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

Color convert

RGB222249126-
CMYK0.1100.490.02
HSL73.17º91.11%73.53%-
HSV(B)73.17º49.4%97.65%-
XYZ67.7784.7932.53-
YUV226.971.05124.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 126 (49.61% from 255) = 21.11%
R=37.19%
G=41.71%
B=21.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491260.1100.490.0273.1791.1173.53
HexDEF97EB0312495b4a
Octal336371176130612111133112
Binary110111101111100111111101011011000110100100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF97E; }

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

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

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

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

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

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

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

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