#DAE984

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

Shades of Mindaro #DAE984

Tints of Mindaro #DAE984

Color information

#DAE984 (or 0xDAE984) is unknown color: approx Mindaro. HEX triplet: DA, E9 and 84. RGB value is (218,233,132). Sum of RGB (Red+Green+Blue) = 218+233+132=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE984 is #25167B. Grayscale: #D9D9D9. Windows color (decimal): -2430588 or 8710618. OLE color: 8710618.

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

Color convert

RGB218233132-
CMYK0.0600.430.09
HSL68.91º69.66%71.57%-
HSV(B)68.91º43.35%91.37%-
XYZ62.2274.8533-
YUV21780.03128.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 132 (51.95% from 255) = 22.64%
R=37.39%
G=39.97%
B=22.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331320.0600.430.0968.9169.6671.57
HexDAE984602B9454648
Octal332351204605311105106110
Binary11011010111010011000010011001010111001100010110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE984; }

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

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

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

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

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

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

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

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