Html Css Color HEX #82F951 Screamin' Green

📋 copy color: '#82F951'

red 130 ◦ green 249 ◦ blue 81

#82F951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #82F951

Tints of Screamin' Green #82F951

RGB

 RED value IS 130 (51.17% from 255) = 28.26%

 GREEN value IS 249 (97.66% from 255) = 54.13%

 BLUE value IS 81 (32.03% from 255) = 17.61%

R = 28.26%
G = 54.13%
B = 17.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#82F951 (or 0x82F951) is known color: Screamin' Green. HEX triplet: 82, F9 and 51. RGB value is (130,249,81). Sum of RGB (Red+Green+Blue) = 130+249+81=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #82F951 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F951 is #7D06AE. Grayscale: #C2C2C2. Windows color (decimal): -8193711 or 5372290. OLE color: 5372290.

HSL color Cylindrical-coordinate representation of color #82F951: hue angle of 102.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82F951 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 249 81 -
CMYK 0.48 0 0.67 0.02
HSL 102.5º 0.93% 0.65% -
HSV(B) 102.5º 0.67% 0.98% -
XYZ 44.57 73.09 19.54 -
YUV 194.27 64.08 82.16 -
System Red Green Blue C M Y K H S L
Decimal 130 249 81 0.48 0 0.67 0.02 102.5 0.93 0.65
Hex 82 F9 51 30 0 43 2 66 5D 41
Octal 202 371 121 60 0 103 2 146 135 101
Binary 10000010 11111001 1010001 110000 0 1000011 10 1100110 1011101 1000001

Color Harmonies of #82F951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F951

Black with #82F951

Text Example


Text Example

White with #82F951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,249,81); }

 H1.HeaderClassName
 {
   color: #82F951;
 }
 .AnyTagClassName
 {
   color: #82F951;
 }
</style>

background-color css

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

 a { background-color: rgb(130,249,81); }

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

border-color css

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

 span { border-color: rgb(130,249,81); }

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