#DAE777

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

Shades of Mindaro #DAE777

Tints of Mindaro #DAE777

Color information

#DAE777 (or 0xDAE777) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 77. RGB value is (218,231,119). Sum of RGB (Red+Green+Blue) = 218+231+119=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 119 (46.88% from 255 or 20.95% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE777 is #251888. Grayscale: #D6D6D6. Windows color (decimal): -2431113 or 7858138. OLE color: 7858138.

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

Color convert

RGB218231119-
CMYK0.0600.480.09
HSL66.96º70%68.63%-
HSV(B)66.96º48.48%90.59%-
XYZ60.8273.3928.41-
YUV214.3474.19130.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 231 (90.62% from 255) = 40.67%
BLUE value IS 119 (46.88% from 255) = 20.95%
R=38.38%
G=40.67%
B=20.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311190.0600.480.0966.967068.63
HexDAE77760309434645
Octal332347167606011103106105
Binary1101101011100111111011111001100001001100001110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE777; }

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

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

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

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

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

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

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

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