Html Css Color HEX #80FA52 Screamin' Green

📋 copy color: '#80FA52'

red 128 ◦ green 250 ◦ blue 82

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

Shades of Screamin' Green #80FA52

Tints of Screamin' Green #80FA52

RGB

 RED value IS 128 (50.39% from 255) = 27.83%

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

 BLUE value IS 82 (32.42% from 255) = 17.83%

R = 27.83%
G = 54.35%
B = 17.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#80FA52 (or 0x80FA52) is known color: Screamin' Green. HEX triplet: 80, FA and 52. RGB value is (128,250,82). Sum of RGB (Red+Green+Blue) = 128+250+82=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA52 is #7F05AD. Grayscale: #C2C2C2. Windows color (decimal): -8324526 or 5438080. OLE color: 5438080.

HSL color Cylindrical-coordinate representation of color #80FA52: hue angle of 103.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80FA52 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 82 -
CMYK 0.49 0 0.67 0.02
HSL 103.57º 0.94% 0.65% -
HSV(B) 103.57º 0.67% 0.98% -
XYZ 44.61 73.57 19.83 -
YUV 194.37 64.58 80.66 -
System Red Green Blue C M Y K H S L
Decimal 128 250 82 0.49 0 0.67 0.02 103.57 0.94 0.65
Hex 80 FA 52 31 0 43 2 68 5E 41
Octal 200 372 122 61 0 103 2 150 136 101
Binary 10000000 11111010 1010010 110001 0 1000011 10 1101000 1011110 1000001

Color Harmonies of #80FA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FA52

Black with #80FA52

Text Example


Text Example

White with #80FA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80FA52; }

 p { color: rgb(128,250,82); }

 H1.HeaderClassName
 {
   color: #80FA52;
 }
 .AnyTagClassName
 {
   color: #80FA52;
 }
</style>

background-color css

<style>
 a { background-color: #80FA52; }

 a { background-color: rgb(128,250,82); }

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

border-color css

<style>
 span { border-color: #80FA52; }

 span { border-color: rgb(128,250,82); }

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