Html Css Color HEX #82FF77 Screamin' Green

📋 copy color: '#82FF77'

red 130 ◦ green 255 ◦ blue 119

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

Shades of Screamin' Green #82FF77

Tints of Screamin' Green #82FF77

RGB

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

 GREEN value IS 255 (100% from 255) = 50.6%

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 25.79%
G = 50.6%
B = 23.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#82FF77 (or 0x82FF77) is known color: Screamin' Green. HEX triplet: 82, FF and 77. RGB value is (130,255,119). Sum of RGB (Red+Green+Blue) = 130+255+119=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF77 is #7D0088. Grayscale: #CACACA. Windows color (decimal): -8192137 or 7864194. OLE color: 7864194.

HSL color Cylindrical-coordinate representation of color #82FF77: hue angle of 115.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82FF77 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 130 255 119 -
CMYK 0.49 0 0.53 0
HSL 115.15º 1% 0.73% -
HSV(B) 115.15º 0.53% 1% -
XYZ 48.3 77.6 29.89 -
YUV 202.12 81.09 76.56 -
System Red Green Blue C M Y K H S L
Decimal 130 255 119 0.49 0 0.53 0 115.15 1 0.73
Hex 82 FF 77 31 0 35 0 73 64 49
Octal 202 377 167 61 0 65 0 163 144 111
Binary 10000010 11111111 1110111 110001 0 110101 0 1110011 1100100 1001001

Color Harmonies of #82FF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FF77

Black with #82FF77

Text Example


Text Example

White with #82FF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,255,119); }

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

background-color css

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

 a { background-color: rgb(130,255,119); }

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

border-color css

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

 span { border-color: rgb(130,255,119); }

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