#76FB83

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

Shades of Light Green #76FB83

Tints of Light Green #76FB83

Color information

#76FB83 (or 0x76FB83) is unknown color: approx Light Green. HEX triplet: 76, FB and 83. RGB value is (118,251,131). Sum of RGB (Red+Green+Blue) = 118+251+131=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #76FB83 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FB83 is #89047C. Grayscale: #C5C5C5. Windows color (decimal): -8979581 or 8649590. OLE color: 8649590.

HSL color Cylindrical-coordinate representation of color #76FB83: hue angle of 125.86º 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 #76FB83 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB118251131-
CMYK0.5300.480.02
HSL125.86º94.33%72.35%-
HSV(B)125.86º52.99%98.43%-
XYZ46.0774.4833.42-
YUV197.5590.4471.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.6%
GREEN value IS 251 (98.44% from 255) = 50.2%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=23.6%
G=50.2%
B=26.2%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182511310.5300.480.02125.8694.3372.35
Hex76FB833503027e5e48
Octal166373203650602176136110
Binary11101101111101110000011110101011000010111111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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