Html Css Color HEX #82FA49 Screamin' Green

📋 copy color: '#82FA49'

red 130 ◦ green 250 ◦ blue 73

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

Shades of Screamin' Green #82FA49

Tints of Screamin' Green #82FA49

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.19%

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 28.7%
G = 55.19%
B = 16.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#82FA49 (or 0x82FA49) is known color: Screamin' Green. HEX triplet: 82, FA and 49. RGB value is (130,250,73). Sum of RGB (Red+Green+Blue) = 130+250+73=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FA49 is #7D05B6. Grayscale: #C2C2C2. Windows color (decimal): -8193463 or 4848258. OLE color: 4848258.

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

Color convert

RGB 130 250 73 -
CMYK 0.48 0 0.71 0.02
HSL 100.68º 0.95% 0.63% -
HSV(B) 100.68º 0.71% 0.98% -
XYZ 44.59 73.6 18.16 -
YUV 193.94 59.74 82.39 -
System Red Green Blue C M Y K H S L
Decimal 130 250 73 0.48 0 0.71 0.02 100.68 0.95 0.63
Hex 82 FA 49 30 0 47 2 65 5F 3F
Octal 202 372 111 60 0 107 2 145 137 77
Binary 10000010 11111010 1001001 110000 0 1000111 10 1100101 1011111 111111

Color Harmonies of #82FA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FA49

Black with #82FA49

Text Example


Text Example

White with #82FA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,250,73); }

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

background-color css

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

 a { background-color: rgb(130,250,73); }

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

border-color css

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

 span { border-color: rgb(130,250,73); }

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