#82F767

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

Shades of Screamin' Green #82F767

Tints of Screamin' Green #82F767

Color information

#82F767 (or 0x82F767) is unknown color: approx Screamin' Green. HEX triplet: 82, F7 and 67. RGB value is (130,247,103). Sum of RGB (Red+Green+Blue) = 130+247+103=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 247 (96.88% from 255 or 51.46% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 247 - color contains mainly: green. Hex color #82F767 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F767 is #7D0898. Grayscale: #C4C4C4. Windows color (decimal): -8194201 or 6813570. OLE color: 6813570.

HSL color Cylindrical-coordinate representation of color #82F767: hue angle of 108.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82F767 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB130247103-
CMYK0.4700.580.03
HSL108.75º90%68.63%-
HSV(B)108.75º58.3%96.86%-
XYZ44.9172.2524.41-
YUV195.675.7481.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.08%
GREEN value IS 247 (96.88% from 255) = 51.46%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=27.08%
G=51.46%
B=21.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1302471030.4700.580.03108.759068.63
Hex82F7672F03A36d5a45
Octal202367147570723155132105
Binary10000010111101111100111101111011101011110110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,247,103); }

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

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

 a { background-color: rgb(130,247,103); }

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

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

 span { border-color: rgb(130,247,103); }

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