#DAEB7F

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

Shades of Mindaro #DAEB7F

Tints of Mindaro #DAEB7F

Color information

#DAEB7F (or 0xDAEB7F) is unknown color: approx Mindaro. HEX triplet: DA, EB and 7F. RGB value is (218,235,127). Sum of RGB (Red+Green+Blue) = 218+235+127=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB7F is #251480. Grayscale: #DADADA. Windows color (decimal): -2430081 or 8383450. OLE color: 8383450.

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

Color convert

RGB218235127-
CMYK0.0700.460.08
HSL69.44º72.97%70.98%-
HSV(B)69.44º45.96%92.16%-
XYZ62.4575.8531.43-
YUV217.676.87128.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 127 (50% from 255) = 21.90%
R=37.59%
G=40.52%
B=21.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351270.0700.460.0869.4472.9770.98
HexDAEB7F702E8454947
Octal332353177705610105111107
Binary1101101011101011111111111101011101000100010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB7F; }

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

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

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

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

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

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

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

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