#DAEC61

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

Shades of Mindaro #DAEC61

Tints of Mindaro #DAEC61

Color information

#DAEC61 (or 0xDAEC61) is unknown color: approx Mindaro. HEX triplet: DA, EC and 61. RGB value is (218,236,97). Sum of RGB (Red+Green+Blue) = 218+236+97=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC61 is #25139E. Grayscale: #D7D7D7. Windows color (decimal): -2429855 or 6417626. OLE color: 6417626.

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

Color convert

RGB21823697-
CMYK0.0800.590.07
HSL67.77º78.53%65.29%-
HSV(B)67.77º58.9%92.55%-
XYZ61.0775.7622.71-
YUV214.7761.54130.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 236 (92.58% from 255) = 42.83%
BLUE value IS 97 (38.28% from 255) = 17.60%
R=39.56%
G=42.83%
B=17.60%

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
Decimal218236970.0800.590.0767.7778.5365.29
HexDAEC61803B7444f41
Octal332354141100737104117101
Binary1101101011101100110000110000111011111100010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEC61; }

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

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

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

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

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

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

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

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