#DEFB77

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

Shades of Mindaro #DEFB77

Tints of Mindaro #DEFB77

Color information

#DEFB77 (or 0xDEFB77) is unknown color: approx Mindaro. HEX triplet: DE, FB and 77. RGB value is (222,251,119). Sum of RGB (Red+Green+Blue) = 222+251+119=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFB77 is #210488. Grayscale: #E3E3E3. Windows color (decimal): -2163849 or 7863262. OLE color: 7863262.

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

Color convert

RGB222251119-
CMYK0.1200.530.02
HSL73.18º94.29%72.55%-
HSV(B)73.18º52.59%98.43%-
XYZ67.9585.8630.44-
YUV227.2866.89124.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 251 (98.44% from 255) = 42.40%
BLUE value IS 119 (46.88% from 255) = 20.10%
R=37.5%
G=42.40%
B=20.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511190.1200.530.0273.1894.2972.55
HexDEFB77C0352495e49
Octal336373167140652111136111
Binary110111101111101111101111100011010110100100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFB77; }

 p { color: rgb(222,251,119); }

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

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

 a { background-color: rgb(222,251,119); }

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

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

 span { border-color: rgb(222,251,119); }

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