#82FF6D

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

Shades of Screamin' Green #82FF6D

Tints of Screamin' Green #82FF6D

Color information

#82FF6D (or 0x82FF6D) is unknown color: approx Screamin' Green. HEX triplet: 82, FF and 6D. RGB value is (130,255,109). Sum of RGB (Red+Green+Blue) = 130+255+109=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF6D is #7D0092. Grayscale: #C9C9C9. Windows color (decimal): -8192147 or 7208834. OLE color: 7208834.

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

Color convert

RGB130255109-
CMYK0.4900.570
HSL111.37º100%71.37%-
HSV(B)111.37º57.25%100%-
XYZ47.7377.3726.89-
YUV200.9876.0977.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 255 (100% from 255) = 51.62%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=26.32%
G=51.62%
B=22.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302551090.4900.570111.3710071.37
Hex82FF6D3103906f6447
Octal202377155610710157144107
Binary1000001011111111110110111000101110010110111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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