#82FF5C

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

Shades of Screamin' Green #82FF5C

Tints of Screamin' Green #82FF5C

Color information

#82FF5C (or 0x82FF5C) is unknown color: approx Screamin' Green. HEX triplet: 82, FF and 5C. RGB value is (130,255,92). Sum of RGB (Red+Green+Blue) = 130+255+92=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF5C is #7D00A3. Grayscale: #C7C7C7. Windows color (decimal): -8192164 or 6094722. OLE color: 6094722.

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

Color convert

RGB13025592-
CMYK0.4900.640
HSL106.01º100%68.04%-
HSV(B)106.01º63.92%100%-
XYZ46.977.0422.52-
YUV199.0467.5978.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 255 (100% from 255) = 53.46%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=27.25%
G=53.46%
B=19.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal130255920.4900.640106.0110068.04
Hex82FF5C3104006a6444
Octal2023771346101000152144104
Binary10000010111111111011100110001010000000110101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,255,92); }

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

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

 a { background-color: rgb(130,255,92); }

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

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

 span { border-color: rgb(130,255,92); }

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