#76FB85

Color #76FB85 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #76FB85

Tints of Light Green #76FB85

Color information

#76FB85 (or 0x76FB85) is unknown color: approx Light Green. HEX triplet: 76, FB and 85. RGB value is (118,251,133). Sum of RGB (Red+Green+Blue) = 118+251+133=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #76FB85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FB85 is #89047A. Grayscale: #C6C6C6. Windows color (decimal): -8979579 or 8780662. OLE color: 8780662.

HSL color Cylindrical-coordinate representation of color #76FB85: hue angle of 126.77º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FB85 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB118251133-
CMYK0.5300.470.02
HSL126.77º94.33%72.35%-
HSV(B)126.77º52.99%98.43%-
XYZ46.274.5434.14-
YUV197.7891.4471.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.51%
GREEN value IS 251 (98.44% from 255) = 50%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=23.51%
G=50%
B=26.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182511330.5300.470.02126.7794.3372.35
Hex76FB853502F27f5e48
Octal166373205650572177136110
Binary11101101111101110000101110101010111110111111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,251,133); }

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

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

 a { background-color: rgb(118,251,133); }

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

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

 span { border-color: rgb(118,251,133); }

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