#83FB98

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

Shades of Light Green #83FB98

Tints of Light Green #83FB98

Color information

#83FB98 (or 0x83FB98) is unknown color: approx Light Green. HEX triplet: 83, FB and 98. RGB value is (131,251,152). Sum of RGB (Red+Green+Blue) = 131+251+152=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #83FB98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FB98 is #7C0467. Grayscale: #CCCCCC. Windows color (decimal): -8127592 or 10025859. OLE color: 10025859.

HSL color Cylindrical-coordinate representation of color #83FB98: hue angle of 130.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FB98 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB131251152-
CMYK0.4800.390.02
HSL130.5º93.75%74.9%-
HSV(B)130.5º47.81%98.43%-
XYZ49.5276.0941.78-
YUV203.8398.7476.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 251 (98.44% from 255) = 47.00%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=24.53%
G=47.00%
B=28.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312511520.4800.390.02130.593.7574.9
Hex83FB98300272825e4b
Octal203373230600472202136113
Binary1000001111111011100110001100000100111101000001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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