#DAF476

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

Shades of Mindaro #DAF476

Tints of Mindaro #DAF476

Color information

#DAF476 (or 0xDAF476) is unknown color: approx Mindaro. HEX triplet: DA, F4 and 76. RGB value is (218,244,118). Sum of RGB (Red+Green+Blue) = 218+244+118=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF476 is #250B89. Grayscale: #DEDEDE. Windows color (decimal): -2427786 or 7795930. OLE color: 7795930.

HSL color Cylindrical-coordinate representation of color #DAF476: hue angle of 72.38º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF476 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB218244118-
CMYK0.1100.520.04
HSL72.38º85.14%70.98%-
HSV(B)72.38º51.64%95.69%-
XYZ64.5380.9129.36-
YUV221.8669.39125.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 244 (95.70% from 255) = 42.07%
BLUE value IS 118 (46.48% from 255) = 20.34%
R=37.59%
G=42.07%
B=20.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182441180.1100.520.0472.3885.1470.98
HexDAF476B0344485547
Octal332364166130644110125107
Binary1101101011110100111011010110110100100100100010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF476; }

 p { color: rgb(218,244,118); }

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

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

 a { background-color: rgb(218,244,118); }

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

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

 span { border-color: rgb(218,244,118); }

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