#76BF80

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

Shades of De York #76BF80

Tints of De York #76BF80

Color information

#76BF80 (or 0x76BF80) is unknown color: approx De York. HEX triplet: 76, BF and 80. RGB value is (118,191,128). Sum of RGB (Red+Green+Blue) = 118+191+128=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BF80 is #89407F. Grayscale: #A2A2A2. Windows color (decimal): -8994944 or 8437622. OLE color: 8437622.

HSL color Cylindrical-coordinate representation of color #76BF80: hue angle of 128.22º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BF80 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB118191128-
CMYK0.3800.330.25
HSL128.22º36.32%60.59%-
HSV(B)128.22º38.22%74.9%-
XYZ3042.6727.08-
YUV161.99108.8296.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 191 (75% from 255) = 43.71%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=27.00%
G=43.71%
B=29.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911280.3800.330.25128.2236.3260.59
Hex76BF80260211980243d
Octal16627720046041312004475
Binary1110110101111111000000010011001000011100110000000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,128); }

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

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

 a { background-color: rgb(118,191,128); }

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

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

 span { border-color: rgb(118,191,128); }

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