#82FF70

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

Shades of Screamin' Green #82FF70

Tints of Screamin' Green #82FF70

Color information

#82FF70 (or 0x82FF70) is unknown color: approx Screamin' Green. HEX triplet: 82, FF and 70. RGB value is (130,255,112). Sum of RGB (Red+Green+Blue) = 130+255+112=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF70 is #7D008F. Grayscale: #C9C9C9. Windows color (decimal): -8192144 or 7405442. OLE color: 7405442.

HSL color Cylindrical-coordinate representation of color #82FF70: hue angle of 112.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82FF70 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB130255112-
CMYK0.4900.560
HSL112.45º100%71.96%-
HSV(B)112.45º56.08%100%-
XYZ47.8977.4427.75-
YUV201.3277.5977.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.16%
GREEN value IS 255 (100% from 255) = 51.31%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=26.16%
G=51.31%
B=22.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302551120.4900.560112.4510071.96
Hex82FF70310380706448
Octal202377160610700160144110
Binary1000001011111111111000011000101110000111000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,255,112); }

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

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

 a { background-color: rgb(130,255,112); }

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

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

 span { border-color: rgb(130,255,112); }

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