#82FA62

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

Shades of Screamin' Green #82FA62

Tints of Screamin' Green #82FA62

Color information

#82FA62 (or 0x82FA62) is unknown color: approx Screamin' Green. HEX triplet: 82, FA and 62. RGB value is (130,250,98). Sum of RGB (Red+Green+Blue) = 130+250+98=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FA62 is #7D059D. Grayscale: #C5C5C5. Windows color (decimal): -8193438 or 6486658. OLE color: 6486658.

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

Color convert

RGB13025098-
CMYK0.4800.610.02
HSL107.37º93.83%68.24%-
HSV(B)107.37º60.8%98.04%-
XYZ45.67423.44-
YUV196.7972.2480.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.20%
GREEN value IS 250 (98.05% from 255) = 52.30%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=27.20%
G=52.30%
B=20.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130250980.4800.610.02107.3793.8368.24
Hex82FA623003D26b5e44
Octal202372142600752153136104
Binary10000010111110101100010110000011110110110101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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