Html Css Color HEX #82FA73 Screamin' Green

📋 copy color: '#82FA73'

red 130 ◦ green 250 ◦ blue 115

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

Shades of Screamin' Green #82FA73

Tints of Screamin' Green #82FA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 26.26%
G = 50.51%
B = 23.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#82FA73 (or 0x82FA73) is known color: Screamin' Green. HEX triplet: 82, FA and 73. RGB value is (130,250,115). Sum of RGB (Red+Green+Blue) = 130+250+115=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FA73 is #7D058C. Grayscale: #C7C7C7. Windows color (decimal): -8193421 or 7600770. OLE color: 7600770.

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

Color convert

RGB 130 250 115 -
CMYK 0.48 0 0.54 0.02
HSL 113.33º 0.93% 0.72% -
HSV(B) 113.33º 0.54% 0.98% -
XYZ 46.49 74.35 28.12 -
YUV 198.73 80.74 78.98 -
System Red Green Blue C M Y K H S L
Decimal 130 250 115 0.48 0 0.54 0.02 113.33 0.93 0.72
Hex 82 FA 73 30 0 36 2 71 5D 48
Octal 202 372 163 60 0 66 2 161 135 110
Binary 10000010 11111010 1110011 110000 0 110110 10 1110001 1011101 1001000

Color Harmonies of #82FA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FA73

Black with #82FA73

Text Example


Text Example

White with #82FA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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