#DAE85B

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

Shades of Mindaro #DAE85B

Tints of Mindaro #DAE85B

Color information

#DAE85B (or 0xDAE85B) is unknown color: approx Mindaro. HEX triplet: DA, E8 and 5B. RGB value is (218,232,91). Sum of RGB (Red+Green+Blue) = 218+232+91=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE85B is #2517A4. Grayscale: #D4D4D4. Windows color (decimal): -2430885 or 6023386. OLE color: 6023386.

HSL color Cylindrical-coordinate representation of color #DAE85B: hue angle of 65.96º degrees, saturation: 0.75, 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 #DAE85B is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB21823291-
CMYK0.0600.610.09
HSL65.96º75.4%63.33%-
HSV(B)65.96º60.78%90.98%-
XYZ59.6673.3720.92-
YUV211.7459.86132.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 232 (91.02% from 255) = 42.88%
BLUE value IS 91 (35.94% from 255) = 16.82%
R=40.30%
G=42.88%
B=16.82%

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
Decimal218232910.0600.610.0965.9675.463.33
HexDAE85B603D9424b3f
Octal33235013360751110211377
Binary110110101110100010110111100111101100110000101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE85B; }

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

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

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

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

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

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

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

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