#82FD52

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

Shades of Screamin' Green #82FD52

Tints of Screamin' Green #82FD52

Color information

#82FD52 (or 0x82FD52) is unknown color: approx Screamin' Green. HEX triplet: 82, FD and 52. RGB value is (130,253,82). Sum of RGB (Red+Green+Blue) = 130+253+82=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FD52 is #7D02AD. Grayscale: #C5C5C5. Windows color (decimal): -8192686 or 5438850. OLE color: 5438850.

HSL color Cylindrical-coordinate representation of color #82FD52: hue angle of 103.16º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82FD52 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB13025382-
CMYK0.4900.680.01
HSL103.16º97.71%65.69%-
HSV(B)103.16º67.59%99.22%-
XYZ45.8575.6120.16-
YUV196.7363.2580.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 253 (99.22% from 255) = 54.41%
BLUE value IS 82 (32.42% from 255) = 17.63%
R=27.96%
G=54.41%
B=17.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal130253820.4900.680.01103.1697.7165.69
Hex82FD52310441676242
Octal2023751226101041147142102
Binary10000010111111011010010110001010001001110011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,253,82); }

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

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

 a { background-color: rgb(130,253,82); }

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

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

 span { border-color: rgb(130,253,82); }

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