#82FF6C

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

Shades of Screamin' Green #82FF6C

Tints of Screamin' Green #82FF6C

Color information

#82FF6C (or 0x82FF6C) is unknown color: approx Screamin' Green. HEX triplet: 82, FF and 6C. RGB value is (130,255,108). Sum of RGB (Red+Green+Blue) = 130+255+108=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF6C is #7D0093. Grayscale: #C9C9C9. Windows color (decimal): -8192148 or 7143298. OLE color: 7143298.

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

Color convert

RGB130255108-
CMYK0.4900.580
HSL111.02º100%71.18%-
HSV(B)111.02º57.65%100%-
XYZ47.6777.3526.6-
YUV200.8775.5977.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 255 (100% from 255) = 51.72%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=26.37%
G=51.72%
B=21.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302551080.4900.580111.0210071.18
Hex82FF6C3103A06f6447
Octal202377154610720157144107
Binary1000001011111111110110011000101110100110111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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