#DAE85A

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

Shades of Mindaro #DAE85A

Tints of Mindaro #DAE85A

Color information

#DAE85A (or 0xDAE85A) is unknown color: approx Mindaro. HEX triplet: DA, E8 and 5A. RGB value is (218,232,90). Sum of RGB (Red+Green+Blue) = 218+232+90=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE85A is #2517A5. Grayscale: #D4D4D4. Windows color (decimal): -2430886 or 5957850. OLE color: 5957850.

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

Color convert

RGB21823290-
CMYK0.0600.610.09
HSL65.92º75.53%63.14%-
HSV(B)65.92º61.21%90.98%-
XYZ59.6273.3620.69-
YUV211.6359.36132.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 232 (91.02% from 255) = 42.96%
BLUE value IS 90 (35.55% from 255) = 16.67%
R=40.37%
G=42.96%
B=16.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218232900.0600.610.0965.9275.5363.14
HexDAE85A603D9424c3f
Octal33235013260751110211477
Binary110110101110100010110101100111101100110000101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE85A; }

 p { color: rgb(218,232,90); }

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

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

 a { background-color: rgb(218,232,90); }

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

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

 span { border-color: rgb(218,232,90); }

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