#DAEE61

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

Shades of Mindaro #DAEE61

Tints of Mindaro #DAEE61

Color information

#DAEE61 (or 0xDAEE61) is unknown color: approx Mindaro. HEX triplet: DA, EE and 61. RGB value is (218,238,97). Sum of RGB (Red+Green+Blue) = 218+238+97=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEE61 is #25119E. Grayscale: #D8D8D8. Windows color (decimal): -2429343 or 6418138. OLE color: 6418138.

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

Color convert

RGB21823897-
CMYK0.0800.590.07
HSL68.51º80.57%65.69%-
HSV(B)68.51º59.24%93.33%-
XYZ61.6576.9222.91-
YUV215.9560.87129.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 238 (93.36% from 255) = 43.04%
BLUE value IS 97 (38.28% from 255) = 17.54%
R=39.42%
G=43.04%
B=17.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218238970.0800.590.0768.5180.5765.69
HexDAEE61803B7455142
Octal332356141100737105121102
Binary1101101011101110110000110000111011111100010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE61; }

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

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

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

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

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

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

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

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