#DEFA79

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

Shades of Mindaro #DEFA79

Tints of Mindaro #DEFA79

Color information

#DEFA79 (or 0xDEFA79) is unknown color: approx Mindaro. HEX triplet: DE, FA and 79. RGB value is (222,250,121). Sum of RGB (Red+Green+Blue) = 222+250+121=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 121 (47.66% from 255 or 20.40% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFA79 is #210586. Grayscale: #E3E3E3. Windows color (decimal): -2164103 or 7994078. OLE color: 7994078.

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

Color convert

RGB222250121-
CMYK0.1100.520.02
HSL73.02º92.81%72.75%-
HSV(B)73.02º51.6%98.04%-
XYZ67.7685.2830.98-
YUV226.9268.22124.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 121 (47.66% from 255) = 20.40%
R=37.44%
G=42.16%
B=20.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501210.1100.520.0273.0292.8172.75
HexDEFA79B0342495d49
Octal336372171130642111135111
Binary110111101111101011110011011011010010100100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFA79; }

 p { color: rgb(222,250,121); }

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

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

 a { background-color: rgb(222,250,121); }

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

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

 span { border-color: rgb(222,250,121); }

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