#82F851

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

Shades of Screamin' Green #82F851

Tints of Screamin' Green #82F851

Color information

#82F851 (or 0x82F851) is unknown color: approx Screamin' Green. HEX triplet: 82, F8 and 51. RGB value is (130,248,81). Sum of RGB (Red+Green+Blue) = 130+248+81=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #82F851 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F851 is #7D07AE. Grayscale: #C2C2C2. Windows color (decimal): -8193967 or 5372034. OLE color: 5372034.

HSL color Cylindrical-coordinate representation of color #82F851: hue angle of 102.4º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82F851 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB13024881-
CMYK0.4800.670.03
HSL102.4º92.27%64.51%-
HSV(B)102.4º67.34%97.25%-
XYZ44.2672.4719.44-
YUV193.6864.4182.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 248 (97.27% from 255) = 54.03%
BLUE value IS 81 (32.03% from 255) = 17.65%
R=28.32%
G=54.03%
B=17.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal130248810.4800.670.03102.492.2764.51
Hex82F851300433665c41
Octal2023701216001033146134101
Binary100000101111100010100011100000100001111110011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,248,81); }

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

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

 a { background-color: rgb(130,248,81); }

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

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

 span { border-color: rgb(130,248,81); }

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