#82FB48

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

Shades of Screamin' Green #82FB48

Tints of Screamin' Green #82FB48

Color information

#82FB48 (or 0x82FB48) is unknown color: approx Screamin' Green. HEX triplet: 82, FB and 48. RGB value is (130,251,72). Sum of RGB (Red+Green+Blue) = 130+251+72=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 251 (98.44% from 255 or 55.41% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 251 - color contains mainly: green. Hex color #82FB48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FB48 is #7D04B7. Grayscale: #C3C3C3. Windows color (decimal): -8193208 or 4782978. OLE color: 4782978.

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

Color convert

RGB13025172-
CMYK0.4800.710.02
HSL100.56º95.72%63.33%-
HSV(B)100.56º71.31%98.43%-
XYZ44.8774.2118.09-
YUV194.4258.9182.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 251 (98.44% from 255) = 55.41%
BLUE value IS 72 (28.52% from 255) = 15.89%
R=28.70%
G=55.41%
B=15.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130251720.4800.710.02100.5695.7263.33
Hex82FB4830047265603f
Octal202373110600107214514077
Binary10000010111110111001000110000010001111011001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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