#DAEA83

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

Shades of Mindaro #DAEA83

Tints of Mindaro #DAEA83

Color information

#DAEA83 (or 0xDAEA83) is unknown color: approx Mindaro. HEX triplet: DA, EA and 83. RGB value is (218,234,131). Sum of RGB (Red+Green+Blue) = 218+234+131=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA83 is #25157C. Grayscale: #D9D9D9. Windows color (decimal): -2430333 or 8645338. OLE color: 8645338.

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

Color convert

RGB218234131-
CMYK0.0700.440.08
HSL69.32º71.03%71.57%-
HSV(B)69.32º44.02%91.76%-
XYZ62.4375.3932.73-
YUV217.4779.2128.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 234 (91.80% from 255) = 40.14%
BLUE value IS 131 (51.56% from 255) = 22.47%
R=37.39%
G=40.14%
B=22.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341310.0700.440.0869.3271.0371.57
HexDAEA83702C8454748
Octal332352203705410105107110
Binary11011010111010101000001111101011001000100010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA83; }

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

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

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

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

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

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

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

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