#82FA5B

Color #82FA5B Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #82FA5B

Tints of Screamin' Green #82FA5B

Color information

#82FA5B (or 0x82FA5B) is unknown color: approx Screamin' Green. HEX triplet: 82, FA and 5B. RGB value is (130,250,91). Sum of RGB (Red+Green+Blue) = 130+250+91=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FA5B is #7D05A4. Grayscale: #C4C4C4. Windows color (decimal): -8193445 or 6027906. OLE color: 6027906.

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

Color convert

RGB13025091-
CMYK0.4800.640.02
HSL105.28º94.08%66.86%-
HSV(B)105.28º63.6%98.04%-
XYZ45.2873.8721.77-
YUV195.9968.7480.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 250 (98.05% from 255) = 53.08%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=27.60%
G=53.08%
B=19.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130250910.4800.640.02105.2894.0866.86
Hex82FA5B300402695e43
Octal2023721336001002151136103
Binary100000101111101010110111100000100000010110100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82FA5B; }

 p { color: rgb(130,250,91); }

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

<style>
 a { background-color: #82FA5B; }

 a { background-color: rgb(130,250,91); }

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

<style>
 span { border-color: #82FA5B; }

 span { border-color: rgb(130,250,91); }

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