#DAF46A

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

Shades of Mindaro #DAF46A

Tints of Mindaro #DAF46A

Color information

#DAF46A (or 0xDAF46A) is unknown color: approx Mindaro. HEX triplet: DA, F4 and 6A. RGB value is (218,244,106). Sum of RGB (Red+Green+Blue) = 218+244+106=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF46A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF46A is #250B95. Grayscale: #DDDDDD. Windows color (decimal): -2427798 or 7009498. OLE color: 7009498.

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

Color convert

RGB218244106-
CMYK0.1100.570.04
HSL71.3º86.25%68.63%-
HSV(B)71.3º56.56%95.69%-
XYZ63.8780.6525.84-
YUV220.4963.39126.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 244 (95.70% from 255) = 42.96%
BLUE value IS 106 (41.80% from 255) = 18.66%
R=38.38%
G=42.96%
B=18.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182441060.1100.570.0471.386.2568.63
HexDAF46AB0394475645
Octal332364152130714107126105
Binary1101101011110100110101010110111001100100011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF46A; }

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

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

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

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

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

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

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

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