#83FC96

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

Shades of Light Green #83FC96

Tints of Light Green #83FC96

Color information

#83FC96 (or 0x83FC96) is unknown color: approx Light Green. HEX triplet: 83, FC and 96. RGB value is (131,252,150). Sum of RGB (Red+Green+Blue) = 131+252+150=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #83FC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FC96 is #7C0369. Grayscale: #CCCCCC. Windows color (decimal): -8127338 or 9895043. OLE color: 9895043.

HSL color Cylindrical-coordinate representation of color #83FC96: hue angle of 129.42º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FC96 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB131252150-
CMYK0.4800.400.01
HSL129.42º95.28%75.1%-
HSV(B)129.42º48.02%98.82%-
XYZ49.6876.6541.03-
YUV204.1997.4175.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.58%
GREEN value IS 252 (98.83% from 255) = 47.28%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=24.58%
G=47.28%
B=28.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312521500.4800.400.01129.4295.2875.1
Hex83FC96300281815f4b
Octal203374226600501201137113
Binary100000111111110010010110110000010100011000000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83FC96; }

 p { color: rgb(131,252,150); }

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

<style>
 a { background-color: #83FC96; }

 a { background-color: rgb(131,252,150); }

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

<style>
 span { border-color: #83FC96; }

 span { border-color: rgb(131,252,150); }

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