#83FD96

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

Shades of Light Green #83FD96

Tints of Light Green #83FD96

Color information

#83FD96 (or 0x83FD96) is unknown color: approx Light Green. HEX triplet: 83, FD and 96. RGB value is (131,253,150). Sum of RGB (Red+Green+Blue) = 131+253+150=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #83FD96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FD96 is #7C0269. Grayscale: #CDCDCD. Windows color (decimal): -8127082 or 9895299. OLE color: 9895299.

HSL color Cylindrical-coordinate representation of color #83FD96: hue angle of 129.34º degrees, saturation: 0.97, 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 #83FD96 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB131253150-
CMYK0.4800.410.01
HSL129.34º96.83%75.29%-
HSV(B)129.34º48.22%99.22%-
XYZ49.9977.2841.14-
YUV204.7897.0875.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 253 (99.22% from 255) = 47.38%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=24.53%
G=47.38%
B=28.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312531500.4800.410.01129.3496.8375.29
Hex83FD9630029181614b
Octal203375226600511201141113
Binary100000111111110110010110110000010100111000000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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