#DAEB72

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

Shades of Mindaro #DAEB72

Tints of Mindaro #DAEB72

Color information

#DAEB72 (or 0xDAEB72) is unknown color: approx Mindaro. HEX triplet: DA, EB and 72. RGB value is (218,235,114). Sum of RGB (Red+Green+Blue) = 218+235+114=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB72 is #25148D. Grayscale: #D8D8D8. Windows color (decimal): -2430094 or 7531482. OLE color: 7531482.

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

Color convert

RGB218235114-
CMYK0.0700.510.08
HSL68.43º75.16%68.43%-
HSV(B)68.43º51.49%92.16%-
XYZ61.6675.5427.25-
YUV216.1270.37129.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 114 (44.92% from 255) = 20.11%
R=38.45%
G=41.45%
B=20.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351140.0700.510.0868.4375.1668.43
HexDAEB7270338444b44
Octal332353162706310104113104
Binary1101101011101011111001011101100111000100010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB72; }

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

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

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

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

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

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

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

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