#82F946

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

Shades of Screamin' Green #82F946

Tints of Screamin' Green #82F946

Color information

#82F946 (or 0x82F946) is unknown color: approx Screamin' Green. HEX triplet: 82, F9 and 46. RGB value is (130,249,70). Sum of RGB (Red+Green+Blue) = 130+249+70=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #82F946 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F946 is #7D06B9. Grayscale: #C1C1C1. Windows color (decimal): -8193722 or 4651394. OLE color: 4651394.

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

Color convert

RGB13024970-
CMYK0.4800.720.02
HSL99.89º93.72%62.55%-
HSV(B)99.89º71.89%97.65%-
XYZ44.1972.9417.54-
YUV193.0158.5883.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 249 (97.66% from 255) = 55.46%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=28.95%
G=55.46%
B=15.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130249700.4800.720.0299.8993.7262.55
Hex82F946300482645e3f
Octal202371106600110214413677
Binary10000010111110011000110110000010010001011001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,249,70); }

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

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

 a { background-color: rgb(130,249,70); }

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

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

 span { border-color: rgb(130,249,70); }

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