#82FE48

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

Shades of Screamin' Green #82FE48

Tints of Screamin' Green #82FE48

Color information

#82FE48 (or 0x82FE48) is unknown color: approx Screamin' Green. HEX triplet: 82, FE and 48. RGB value is (130,254,72). Sum of RGB (Red+Green+Blue) = 130+254+72=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FE48 is #7D01B7. Grayscale: #C4C4C4. Windows color (decimal): -8192440 or 4783746. OLE color: 4783746.

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

Color convert

RGB13025472-
CMYK0.4900.720.00
HSL100.88º98.91%63.92%-
HSV(B)100.88º71.65%99.61%-
XYZ45.8276.118.4-
YUV196.1857.9280.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.51%
GREEN value IS 254 (99.61% from 255) = 55.70%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=28.51%
G=55.70%
B=15.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal130254720.4900.720.00100.8898.9163.92
Hex82FE48310480656340
Octal2023761106101100145143100
Binary10000010111111101001000110001010010000110010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,254,72); }

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

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

 a { background-color: rgb(130,254,72); }

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

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

 span { border-color: rgb(130,254,72); }

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