#DAEC72

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

Shades of Mindaro #DAEC72

Tints of Mindaro #DAEC72

Color information

#DAEC72 (or 0xDAEC72) is unknown color: approx Mindaro. HEX triplet: DA, EC and 72. RGB value is (218,236,114). Sum of RGB (Red+Green+Blue) = 218+236+114=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC72 is #25138D. Grayscale: #D9D9D9. Windows color (decimal): -2429838 or 7531738. OLE color: 7531738.

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

Color convert

RGB218236114-
CMYK0.0800.520.07
HSL68.85º76.25%68.63%-
HSV(B)68.85º51.69%92.55%-
XYZ61.9576.1127.35-
YUV216.7170.04128.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 236 (92.58% from 255) = 41.55%
BLUE value IS 114 (44.92% from 255) = 20.07%
R=38.38%
G=41.55%
B=20.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182361140.0800.520.0768.8576.2568.63
HexDAEC7280347454c45
Octal332354162100647105114105
Binary1101101011101100111001010000110100111100010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEC72; }

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

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

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

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

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

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

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

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