#DAE75E

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

Shades of Mindaro #DAE75E

Tints of Mindaro #DAE75E

Color information

#DAE75E (or 0xDAE75E) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 5E. RGB value is (218,231,94). Sum of RGB (Red+Green+Blue) = 218+231+94=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE75E is #2518A1. Grayscale: #D4D4D4. Windows color (decimal): -2431138 or 6219738. OLE color: 6219738.

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

Color convert

RGB21823194-
CMYK0.0600.590.09
HSL65.69º74.05%63.73%-
HSV(B)65.69º59.31%90.59%-
XYZ59.5172.8721.52-
YUV211.561.69132.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 231 (90.62% from 255) = 42.54%
BLUE value IS 94 (37.11% from 255) = 17.31%
R=40.15%
G=42.54%
B=17.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218231940.0600.590.0965.6974.0563.73
HexDAE75E603B9424a40
Octal332347136607311102112100
Binary1101101011100111101111011001110111001100001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE75E; }

 p { color: rgb(218,231,94); }

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

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

 a { background-color: rgb(218,231,94); }

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

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

 span { border-color: rgb(218,231,94); }

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