#DAE980

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

Shades of Mindaro #DAE980

Tints of Mindaro #DAE980

Color information

#DAE980 (or 0xDAE980) is unknown color: approx Mindaro. HEX triplet: DA, E9 and 80. RGB value is (218,233,128). Sum of RGB (Red+Green+Blue) = 218+233+128=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE980 is #25167F. Grayscale: #D8D8D8. Windows color (decimal): -2430592 or 8448474. OLE color: 8448474.

HSL color Cylindrical-coordinate representation of color #DAE980: hue angle of 68.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE980 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB218233128-
CMYK0.0600.450.09
HSL68.57º70.47%70.78%-
HSV(B)68.57º45.06%91.37%-
XYZ61.9574.7431.58-
YUV216.5478.03129.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 233 (91.41% from 255) = 40.24%
BLUE value IS 128 (50.39% from 255) = 22.11%
R=37.65%
G=40.24%
B=22.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331280.0600.450.0968.5770.4770.78
HexDAE980602D9454647
Octal332351200605511105106107
Binary11011010111010011000000011001011011001100010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE980; }

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

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

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

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

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

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

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

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