#DAE580

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

Shades of Mindaro #DAE580

Tints of Mindaro #DAE580

Color information

#DAE580 (or 0xDAE580) is unknown color: approx Mindaro. HEX triplet: DA, E5 and 80. RGB value is (218,229,128). Sum of RGB (Red+Green+Blue) = 218+229+128=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE580 is #251A7F. Grayscale: #D6D6D6. Windows color (decimal): -2431616 or 8447450. OLE color: 8447450.

HSL color Cylindrical-coordinate representation of color #DAE580: hue angle of 66.53º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAE580 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB218229128-
CMYK0.0500.440.10
HSL66.53º66.01%70%-
HSV(B)66.53º44.1%89.8%-
XYZ60.8372.531.21-
YUV214.279.36130.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 229 (89.84% from 255) = 39.83%
BLUE value IS 128 (50.39% from 255) = 22.26%
R=37.91%
G=39.83%
B=22.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291280.0500.440.1066.5366.0170
HexDAE580502CA434246
Octal332345200505412103102106
Binary11011010111001011000000010101011001010100001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE580; }

 p { color: rgb(218,229,128); }

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

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

 a { background-color: rgb(218,229,128); }

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

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

 span { border-color: rgb(218,229,128); }

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