#76D081

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

Shades of De York #76D081

Tints of De York #76D081

Color information

#76D081 (or 0x76D081) is unknown color: approx De York. HEX triplet: 76, D0 and 81. RGB value is (118,208,129). Sum of RGB (Red+Green+Blue) = 118+208+129=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #76D081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D081 is #892F7E. Grayscale: #ACACAC. Windows color (decimal): -8990591 or 8507510. OLE color: 8507510.

HSL color Cylindrical-coordinate representation of color #76D081: hue angle of 127.33º 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 #76D081 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB118208129-
CMYK0.4300.380.18
HSL127.33º48.91%63.92%-
HSV(B)127.33º43.27%81.57%-
XYZ33.9950.5528.73-
YUV172.08103.6889.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=25.93%
G=45.71%
B=28.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182081290.4300.380.18127.3348.9163.92
Hex76D0812B026127f3140
Octal166320201530462217761100
Binary1110110110100001000000110101101001101001011111111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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