#DAEE75

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

Shades of Mindaro #DAEE75

Tints of Mindaro #DAEE75

Color information

#DAEE75 (or 0xDAEE75) is unknown color: approx Mindaro. HEX triplet: DA, EE and 75. RGB value is (218,238,117). Sum of RGB (Red+Green+Blue) = 218+238+117=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEE75 is #25118A. Grayscale: #DADADA. Windows color (decimal): -2429323 or 7728858. OLE color: 7728858.

HSL color Cylindrical-coordinate representation of color #DAEE75: hue angle of 69.92º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAEE75 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB218238117-
CMYK0.0800.510.07
HSL69.92º78.06%69.61%-
HSV(B)69.92º50.84%93.33%-
XYZ62.777.3428.45-
YUV218.2370.87127.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 117 (46.09% from 255) = 20.42%
R=38.05%
G=41.54%
B=20.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381170.0800.510.0769.9278.0669.61
HexDAEE7580337464e46
Octal332356165100637106116106
Binary1101101011101110111010110000110011111100011010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE75; }

 p { color: rgb(218,238,117); }

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

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

 a { background-color: rgb(218,238,117); }

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

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

 span { border-color: rgb(218,238,117); }

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