Html Css Color HEX #82FA70 Screamin' Green

📋 copy color: '#82FA70'

red 130 ◦ green 250 ◦ blue 112

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

Shades of Screamin' Green #82FA70

Tints of Screamin' Green #82FA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 26.42%
G = 50.81%
B = 22.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#82FA70 (or 0x82FA70) is known color: Screamin' Green. HEX triplet: 82, FA and 70. RGB value is (130,250,112). Sum of RGB (Red+Green+Blue) = 130+250+112=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FA70 is #7D058F. Grayscale: #C6C6C6. Windows color (decimal): -8193424 or 7404162. OLE color: 7404162.

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

Color convert

RGB 130 250 112 -
CMYK 0.48 0 0.55 0.02
HSL 112.17º 0.93% 0.71% -
HSV(B) 112.17º 0.55% 0.98% -
XYZ 46.32 74.29 27.23 -
YUV 198.39 79.24 79.22 -
System Red Green Blue C M Y K H S L
Decimal 130 250 112 0.48 0 0.55 0.02 112.17 0.93 0.71
Hex 82 FA 70 30 0 37 2 70 5D 47
Octal 202 372 160 60 0 67 2 160 135 107
Binary 10000010 11111010 1110000 110000 0 110111 10 1110000 1011101 1000111

Color Harmonies of #82FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FA70

Black with #82FA70

Text Example


Text Example

White with #82FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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