#DAEA7B

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

Shades of Mindaro #DAEA7B

Tints of Mindaro #DAEA7B

Color information

#DAEA7B (or 0xDAEA7B) is unknown color: approx Mindaro. HEX triplet: DA, EA and 7B. RGB value is (218,234,123). Sum of RGB (Red+Green+Blue) = 218+234+123=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA7B is #251584. Grayscale: #D8D8D8. Windows color (decimal): -2430341 or 8121050. OLE color: 8121050.

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

Color convert

RGB218234123-
CMYK0.0700.470.08
HSL68.65º72.55%70%-
HSV(B)68.65º47.44%91.76%-
XYZ61.9175.1829.99-
YUV216.5675.2129.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 123 (48.44% from 255) = 21.39%
R=37.91%
G=40.70%
B=21.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341230.0700.470.0868.6572.5570
HexDAEA7B702F8454946
Octal332352173705710105111106
Binary1101101011101010111101111101011111000100010110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA7B; }

 p { color: rgb(218,234,123); }

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

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

 a { background-color: rgb(218,234,123); }

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

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

 span { border-color: rgb(218,234,123); }

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