#DAE77B

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

Shades of Mindaro #DAE77B

Tints of Mindaro #DAE77B

Color information

#DAE77B (or 0xDAE77B) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 7B. RGB value is (218,231,123). Sum of RGB (Red+Green+Blue) = 218+231+123=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE77B is #251884. Grayscale: #D7D7D7. Windows color (decimal): -2431109 or 8120282. OLE color: 8120282.

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

Color convert

RGB218231123-
CMYK0.0600.470.09
HSL67.22º69.23%69.41%-
HSV(B)67.22º46.75%90.59%-
XYZ61.0673.4929.7-
YUV214.876.19130.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 231 (90.62% from 255) = 40.38%
BLUE value IS 123 (48.44% from 255) = 21.50%
R=38.11%
G=40.38%
B=21.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311230.0600.470.0967.2269.2369.41
HexDAE77B602F9434545
Octal332347173605711103105105
Binary1101101011100111111101111001011111001100001110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE77B; }

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

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

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

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

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

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

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

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