#83F480

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

Shades of Light Green #83F480

Tints of Light Green #83F480

Color information

#83F480 (or 0x83F480) is unknown color: approx Light Green. HEX triplet: 83, F4 and 80. RGB value is (131,244,128). Sum of RGB (Red+Green+Blue) = 131+244+128=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #83F480 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F480 is #7C0B7F. Grayscale: #C5C5C5. Windows color (decimal): -8129408 or 8451203. OLE color: 8451203.

HSL color Cylindrical-coordinate representation of color #83F480: hue angle of 118.45º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83F480 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB131244128-
CMYK0.4600.480.04
HSL118.45º84.06%72.94%-
HSV(B)118.45º47.54%95.69%-
XYZ45.6171.0931.74-
YUV196.9989.0680.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.04%
GREEN value IS 244 (95.70% from 255) = 48.51%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=26.04%
G=48.51%
B=25.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1312441280.4600.480.04118.4584.0672.94
Hex83F4802E0304765449
Octal203364200560604166124111
Binary1000001111110100100000001011100110000100111011010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,244,128); }

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

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

 a { background-color: rgb(131,244,128); }

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

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

 span { border-color: rgb(131,244,128); }

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