#D5E977

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

Shades of Mindaro #D5E977

Tints of Mindaro #D5E977

Color information

#D5E977 (or 0xD5E977) is unknown color: approx Mindaro. HEX triplet: D5, E9 and 77. RGB value is (213,233,119). Sum of RGB (Red+Green+Blue) = 213+233+119=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E977 is #2A1688. Grayscale: #D6D6D6. Windows color (decimal): -2758281 or 7858645. OLE color: 7858645.

HSL color Cylindrical-coordinate representation of color #D5E977: hue angle of 70.53º 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 #D5E977 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB213233119-
CMYK0.0900.490.09
HSL70.53º72.15%69.02%-
HSV(B)70.53º48.93%91.37%-
XYZ59.9173.7628.53-
YUV214.0274.37127.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 233 (91.41% from 255) = 41.24%
BLUE value IS 119 (46.88% from 255) = 21.06%
R=37.70%
G=41.24%
B=21.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132331190.0900.490.0970.5372.1569.02
HexD5E97790319474845
Octal3253511671106111107110105
Binary11010101111010011110111100101100011001100011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E977; }

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

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

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

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

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

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

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

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