#76d08e

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

Shades of De York #76D08E

Tints of De York #76D08E

Color information

#76D08E (or 0x76D08E) is unknown color: approx De York. HEX triplet: 76, D0 and 8E. RGB value is (118,208,142). Sum of RGB (Red+Green+Blue) = 118+208+142=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #76D08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D08E is #892F71. Grayscale: #ADADAD. Windows color (decimal): -8990578 or 9359478. OLE color: 9359478.

HSL color Cylindrical-coordinate representation of color #76D08E: hue angle of 136º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D08E is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB118208142-
CMYK0.4300.320.18
HSL136º48.91%63.92%-
HSV(B)136º43.27%81.57%-
XYZ34.9150.9233.58-
YUV173.57110.1888.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.21%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=25.21%
G=44.44%
B=30.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182081420.4300.320.1813648.9163.92
Hex76D08E2B02012883140
Octal166320216530402221061100
Binary11101101101000010001110101011010000010010100010001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76d08e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,208,142); }

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

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

 a { background-color: rgb(118,208,142); }

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

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

 span { border-color: rgb(118,208,142); }

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