#DAE76B

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

Shades of Mindaro #DAE76B

Tints of Mindaro #DAE76B

Color information

#DAE76B (or 0xDAE76B) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 6B. RGB value is (218,231,107). Sum of RGB (Red+Green+Blue) = 218+231+107=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE76B is #251894. Grayscale: #D5D5D5. Windows color (decimal): -2431125 or 7071706. OLE color: 7071706.

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

Color convert

RGB218231107-
CMYK0.0600.540.09
HSL66.29º72.09%66.27%-
HSV(B)66.29º53.68%90.59%-
XYZ60.1473.1224.85-
YUV212.9868.19131.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 231 (90.62% from 255) = 41.55%
BLUE value IS 107 (42.19% from 255) = 19.24%
R=39.21%
G=41.55%
B=19.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311070.0600.540.0966.2972.0966.27
HexDAE76B60369424842
Octal332347153606611102110102
Binary1101101011100111110101111001101101001100001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE76B; }

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

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

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

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

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

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

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

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