#82FF55

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

Shades of Screamin' Green #82FF55

Tints of Screamin' Green #82FF55

Color information

#82FF55 (or 0x82FF55) is unknown color: approx Screamin' Green. HEX triplet: 82, FF and 55. RGB value is (130,255,85). Sum of RGB (Red+Green+Blue) = 130+255+85=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF55 is #7D00AA. Grayscale: #C6C6C6. Windows color (decimal): -8192171 or 5635970. OLE color: 5635970.

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

Color convert

RGB13025585-
CMYK0.4900.670
HSL104.12º100%66.67%-
HSV(B)104.12º66.67%100%-
XYZ46.6176.9220.99-
YUV198.2464.0979.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 255 (100% from 255) = 54.26%
BLUE value IS 85 (33.59% from 255) = 18.09%
R=27.66%
G=54.26%
B=18.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal130255850.4900.670104.1210066.67
Hex82FF55310430686443
Octal2023771256101030150144103
Binary10000010111111111010101110001010000110110100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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