#DAEA60

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

Shades of Mindaro #DAEA60

Tints of Mindaro #DAEA60

Color information

#DAEA60 (or 0xDAEA60) is unknown color: approx Mindaro. HEX triplet: DA, EA and 60. RGB value is (218,234,96). Sum of RGB (Red+Green+Blue) = 218+234+96=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA60 is #25159F. Grayscale: #D6D6D6. Windows color (decimal): -2430368 or 6351578. OLE color: 6351578.

HSL color Cylindrical-coordinate representation of color #DAEA60: hue angle of 66.96º 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 #DAEA60 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB21823496-
CMYK0.0700.590.08
HSL66.96º76.67%64.71%-
HSV(B)66.96º58.97%91.76%-
XYZ60.4574.622.28-
YUV213.4861.7131.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 234 (91.80% from 255) = 42.70%
BLUE value IS 96 (37.89% from 255) = 17.52%
R=39.78%
G=42.70%
B=17.52%

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
Decimal218234960.0700.590.0866.9676.6764.71
HexDAEA60703B8434d41
Octal332352140707310103115101
Binary1101101011101010110000011101110111000100001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA60; }

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

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

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

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

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

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

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

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