#DAE97F

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

Shades of Mindaro #DAE97F

Tints of Mindaro #DAE97F

Color information

#DAE97F (or 0xDAE97F) is unknown color: approx Mindaro. HEX triplet: DA, E9 and 7F. RGB value is (218,233,127). Sum of RGB (Red+Green+Blue) = 218+233+127=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE97F is #251680. Grayscale: #D8D8D8. Windows color (decimal): -2430593 or 8382938. OLE color: 8382938.

HSL color Cylindrical-coordinate representation of color #DAE97F: hue angle of 68.49º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE97F is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB218233127-
CMYK0.0600.450.09
HSL68.49º70.67%70.59%-
HSV(B)68.49º45.49%91.37%-
XYZ61.8874.7231.24-
YUV216.4377.53129.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 233 (91.41% from 255) = 40.31%
BLUE value IS 127 (50% from 255) = 21.97%
R=37.72%
G=40.31%
B=21.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331270.0600.450.0968.4970.6770.59
HexDAE97F602D9444747
Octal332351177605511104107107
Binary1101101011101001111111111001011011001100010010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE97F; }

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

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

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

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

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

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

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

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