Html Css Color HEX #82FD50 Screamin' Green

📋 copy color: '#82FD50'

red 130 ◦ green 253 ◦ blue 80

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

Shades of Screamin' Green #82FD50

Tints of Screamin' Green #82FD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.64%

 BLUE value IS 80 (31.64% from 255) = 17.28%

R = 28.08%
G = 54.64%
B = 17.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#82FD50 (or 0x82FD50) is known color: Screamin' Green. HEX triplet: 82, FD and 50. RGB value is (130,253,80). Sum of RGB (Red+Green+Blue) = 130+253+80=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FD50 is #7D02AF. Grayscale: #C5C5C5. Windows color (decimal): -8192688 or 5307778. OLE color: 5307778.

HSL color Cylindrical-coordinate representation of color #82FD50: hue angle of 102.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82FD50 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 253 80 -
CMYK 0.49 0 0.68 0.01
HSL 102.66º 0.98% 0.65% -
HSV(B) 102.66º 0.68% 0.99% -
XYZ 45.78 75.58 19.76 -
YUV 196.5 62.25 80.57 -
System Red Green Blue C M Y K H S L
Decimal 130 253 80 0.49 0 0.68 0.01 102.66 0.98 0.65
Hex 82 FD 50 31 0 44 1 67 62 41
Octal 202 375 120 61 0 104 1 147 142 101
Binary 10000010 11111101 1010000 110001 0 1000100 1 1100111 1100010 1000001

Color Harmonies of #82FD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FD50

Black with #82FD50

Text Example


Text Example

White with #82FD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,253,80); }

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

background-color css

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

 a { background-color: rgb(130,253,80); }

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

border-color css

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

 span { border-color: rgb(130,253,80); }

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