#DAE785

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

Shades of Mindaro #DAE785

Tints of Mindaro #DAE785

Color information

#DAE785 (or 0xDAE785) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 85. RGB value is (218,231,133). Sum of RGB (Red+Green+Blue) = 218+231+133=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE785 is #25187A. Grayscale: #D8D8D8. Windows color (decimal): -2431099 or 8775642. OLE color: 8775642.

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

Color convert

RGB218231133-
CMYK0.0600.420.09
HSL67.96º67.12%71.37%-
HSV(B)67.96º42.42%90.59%-
XYZ61.7273.7533.17-
YUV215.9481.19129.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 231 (90.62% from 255) = 39.69%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=37.46%
G=39.69%
B=22.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311330.0600.420.0967.9667.1271.37
HexDAE785602A9444347
Octal332347205605211104103107
Binary11011010111001111000010111001010101001100010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE785; }

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

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

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

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

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

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

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

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