#DAEE6A

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

Shades of Mindaro #DAEE6A

Tints of Mindaro #DAEE6A

Color information

#DAEE6A (or 0xDAEE6A) is unknown color: approx Mindaro. HEX triplet: DA, EE and 6A. RGB value is (218,238,106). Sum of RGB (Red+Green+Blue) = 218+238+106=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEE6A is #251195. Grayscale: #D9D9D9. Windows color (decimal): -2429334 or 7007962. OLE color: 7007962.

HSL color Cylindrical-coordinate representation of color #DAEE6A: hue angle of 69.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAEE6A is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB218238106-
CMYK0.0800.550.07
HSL69.09º79.52%67.45%-
HSV(B)69.09º55.46%93.33%-
XYZ62.0977.125.24-
YUV216.9765.37128.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 238 (93.36% from 255) = 42.35%
BLUE value IS 106 (41.80% from 255) = 18.86%
R=38.79%
G=42.35%
B=18.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381060.0800.550.0769.0979.5267.45
HexDAEE6A80377455043
Octal332356152100677105120103
Binary1101101011101110110101010000110111111100010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE6A; }

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

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

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

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

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

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

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

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