#82F645

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

Shades of Screamin' Green #82F645

Tints of Screamin' Green #82F645

Color information

#82F645 (or 0x82F645) is unknown color: approx Screamin' Green. HEX triplet: 82, F6 and 45. RGB value is (130,246,69). Sum of RGB (Red+Green+Blue) = 130+246+69=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 246 (96.48% from 255 or 55.28% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 246 - color contains mainly: green. Hex color #82F645 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F645 is #7D09BA. Grayscale: #BFBFBF. Windows color (decimal): -8194491 or 4585090. OLE color: 4585090.

HSL color Cylindrical-coordinate representation of color #82F645: hue angle of 99.32º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82F645 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB13024669-
CMYK0.4700.720.04
HSL99.32º90.77%61.76%-
HSV(B)99.32º71.95%96.47%-
XYZ43.2471.0917.07-
YUV191.1459.0784.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 246 (96.48% from 255) = 55.28%
BLUE value IS 69 (27.34% from 255) = 15.51%
R=29.21%
G=55.28%
B=15.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal130246690.4700.720.0499.3290.7761.76
Hex82F6452F0484635b3e
Octal202366105570110414313376
Binary100000101111011010001011011110100100010011000111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,246,69); }

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

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

 a { background-color: rgb(130,246,69); }

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

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

 span { border-color: rgb(130,246,69); }

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