#DAFE79

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

Shades of Mindaro #DAFE79

Tints of Mindaro #DAFE79

Color information

#DAFE79 (or 0xDAFE79) is unknown color: approx Mindaro. HEX triplet: DA, FE and 79. RGB value is (218,254,121). Sum of RGB (Red+Green+Blue) = 218+254+121=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 121 (47.66% from 255 or 20.40% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE79 is #250186. Grayscale: #E4E4E4. Windows color (decimal): -2425223 or 7995098. OLE color: 7995098.

HSL color Cylindrical-coordinate representation of color #DAFE79: hue angle of 76.24º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAFE79 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB218254121-
CMYK0.1400.520.00
HSL76.24º98.52%73.53%-
HSV(B)76.24º52.36%99.61%-
XYZ67.8187.1731.34-
YUV228.0767.57120.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 121 (47.66% from 255) = 20.40%
R=36.76%
G=42.83%
B=20.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541210.1400.520.0076.2498.5273.53
HexDAFE79E03404c634a
Octal332376171160640114143112
Binary11011010111111101111001111001101000100110011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFE79; }

 p { color: rgb(218,254,121); }

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

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

 a { background-color: rgb(218,254,121); }

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

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

 span { border-color: rgb(218,254,121); }

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