#D0E977

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

Shades of Mindaro #D0E977

Tints of Mindaro #D0E977

Color information

#D0E977 (or 0xD0E977) is unknown color: approx Mindaro. HEX triplet: D0, E9 and 77. RGB value is (208,233,119). Sum of RGB (Red+Green+Blue) = 208+233+119=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E977 is #2F1688. Grayscale: #D4D4D4. Windows color (decimal): -3085961 or 7858640. OLE color: 7858640.

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

Color convert

RGB208233119-
CMYK0.1100.490.09
HSL73.16º72.15%69.02%-
HSV(B)73.16º48.93%91.37%-
XYZ58.4873.0228.46-
YUV212.5375.22124.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 233 (91.41% from 255) = 41.61%
BLUE value IS 119 (46.88% from 255) = 21.25%
R=37.14%
G=41.61%
B=21.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082331190.1100.490.0973.1672.1569.02
HexD0E977B0319494845
Octal3203511671306111111110105
Binary11010000111010011110111101101100011001100100110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E977; }

 p { color: rgb(208,233,119); }

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

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

 a { background-color: rgb(208,233,119); }

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

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

 span { border-color: rgb(208,233,119); }

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