#76D991

Color #76D991 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #76D991

Tints of De York #76D991

Color information

#76D991 (or 0x76D991) is unknown color: approx De York. HEX triplet: 76, D9 and 91. RGB value is (118,217,145). Sum of RGB (Red+Green+Blue) = 118+217+145=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #76D991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D991 is #89266E. Grayscale: #B3B3B3. Windows color (decimal): -8988271 or 9558390. OLE color: 9558390.

HSL color Cylindrical-coordinate representation of color #76D991: hue angle of 136.36º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D991 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB118217145-
CMYK0.4600.330.15
HSL136.36º56.57%65.69%-
HSV(B)136.36º45.62%85.1%-
XYZ37.3955.5235.53-
YUV179.19108.784.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.58%
GREEN value IS 217 (85.16% from 255) = 45.21%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=24.58%
G=45.21%
B=30.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182171450.4600.330.15136.3656.5765.69
Hex76D9912E021F883942
Octal166331221560411721071102
Binary1110110110110011001000110111001000011111100010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76D991; }

 p { color: rgb(118,217,145); }

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

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

 a { background-color: rgb(118,217,145); }

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

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

 span { border-color: rgb(118,217,145); }

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