#DAEA5F

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

Shades of Mindaro #DAEA5F

Tints of Mindaro #DAEA5F

Color information

#DAEA5F (or 0xDAEA5F) is unknown color: approx Mindaro. HEX triplet: DA, EA and 5F. RGB value is (218,234,95). Sum of RGB (Red+Green+Blue) = 218+234+95=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA5F is #2515A0. Grayscale: #D5D5D5. Windows color (decimal): -2430369 or 6286042. OLE color: 6286042.

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

Color convert

RGB21823495-
CMYK0.0700.590.08
HSL66.91º76.8%64.51%-
HSV(B)66.91º59.4%91.76%-
XYZ60.474.5822.04-
YUV213.3761.2131.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 95 (37.5% from 255) = 17.37%
R=39.85%
G=42.78%
B=17.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal218234950.0700.590.0866.9176.864.51
HexDAEA5F703B8434d41
Octal332352137707310103115101
Binary1101101011101010101111111101110111000100001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA5F; }

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

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

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

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

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

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

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

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