#76d086

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

Shades of De York #76D086

Tints of De York #76D086

Color information

#76D086 (or 0x76D086) is unknown color: approx De York. HEX triplet: 76, D0 and 86. RGB value is (118,208,134). Sum of RGB (Red+Green+Blue) = 118+208+134=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #76D086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D086 is #892F79. Grayscale: #ACACAC. Windows color (decimal): -8990586 or 8835190. OLE color: 8835190.

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

Color convert

RGB118208134-
CMYK0.4300.360.18
HSL130.67º48.91%63.92%-
HSV(B)130.67º43.27%81.57%-
XYZ34.3350.6830.53-
YUV172.65106.1889.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.65%
GREEN value IS 208 (81.64% from 255) = 45.22%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=25.65%
G=45.22%
B=29.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182081340.4300.360.18130.6748.9163.92
Hex76D0862B02412833140
Octal166320206530442220361100
Binary11101101101000010000110101011010010010010100000111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76d086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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