#DAEA6F

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

Shades of Mindaro #DAEA6F

Tints of Mindaro #DAEA6F

Color information

#DAEA6F (or 0xDAEA6F) is unknown color: approx Mindaro. HEX triplet: DA, EA and 6F. RGB value is (218,234,111). Sum of RGB (Red+Green+Blue) = 218+234+111=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA6F is #251590. Grayscale: #D7D7D7. Windows color (decimal): -2430353 or 7334618. OLE color: 7334618.

HSL color Cylindrical-coordinate representation of color #DAEA6F: hue angle of 67.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAEA6F is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB218234111-
CMYK0.0700.530.08
HSL67.8º74.55%67.65%-
HSV(B)67.8º52.56%91.76%-
XYZ61.2174.926.27-
YUV215.1969.2130-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 234 (91.80% from 255) = 41.56%
BLUE value IS 111 (43.75% from 255) = 19.72%
R=38.72%
G=41.56%
B=19.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341110.0700.530.0867.874.5567.65
HexDAEA6F70358444b44
Octal332352157706510104113104
Binary1101101011101010110111111101101011000100010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA6F; }

 p { color: rgb(218,234,111); }

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

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

 a { background-color: rgb(218,234,111); }

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

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

 span { border-color: rgb(218,234,111); }

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