#DAE760

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

Shades of Mindaro #DAE760

Tints of Mindaro #DAE760

Color information

#DAE760 (or 0xDAE760) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 60. RGB value is (218,231,96). Sum of RGB (Red+Green+Blue) = 218+231+96=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE760 is #25189F. Grayscale: #D4D4D4. Windows color (decimal): -2431136 or 6350810. OLE color: 6350810.

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

Color convert

RGB21823196-
CMYK0.0600.580.09
HSL65.78º73.77%64.12%-
HSV(B)65.78º58.44%90.59%-
XYZ59.672.922-
YUV211.7262.69132.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 231 (90.62% from 255) = 42.39%
BLUE value IS 96 (37.89% from 255) = 17.61%
R=40%
G=42.39%
B=17.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218231960.0600.580.0965.7873.7764.12
HexDAE760603A9424a40
Octal332347140607211102112100
Binary1101101011100111110000011001110101001100001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE760; }

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

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

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

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

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

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

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

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