#82F651

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

Shades of Screamin' Green #82F651

Tints of Screamin' Green #82F651

Color information

#82F651 (or 0x82F651) is unknown color: approx Screamin' Green. HEX triplet: 82, F6 and 51. RGB value is (130,246,81). Sum of RGB (Red+Green+Blue) = 130+246+81=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 246 (96.48% from 255 or 53.83% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 246 - color contains mainly: green. Hex color #82F651 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F651 is #7D09AE. Grayscale: #C1C1C1. Windows color (decimal): -8194479 or 5371522. OLE color: 5371522.

HSL color Cylindrical-coordinate representation of color #82F651: hue angle of 102.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82F651 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB13024681-
CMYK0.4700.670.04
HSL102.18º90.16%64.12%-
HSV(B)102.18º67.07%96.47%-
XYZ43.6571.2519.24-
YUV192.5165.0783.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 246 (96.48% from 255) = 53.83%
BLUE value IS 81 (32.03% from 255) = 17.72%
R=28.45%
G=53.83%
B=17.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal130246810.4700.670.04102.1890.1664.12
Hex82F6512F0434665a40
Octal2023661215701034146132100
Binary1000001011110110101000110111101000011100110011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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