Html Css Color HEX #80F450 Screamin' Green

📋 copy color: '#80F450'

red 128 ◦ green 244 ◦ blue 80

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

Shades of Screamin' Green #80F450

Tints of Screamin' Green #80F450

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.98%

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

R = 28.32%
G = 53.98%
B = 17.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#80F450 (or 0x80F450) is known color: Screamin' Green. HEX triplet: 80, F4 and 50. RGB value is (128,244,80). Sum of RGB (Red+Green+Blue) = 128+244+80=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 244 (95.70% from 255 or 53.98% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 244 - color contains mainly: green. Hex color #80F450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F450 is #7F0BAF. Grayscale: #BFBFBF. Windows color (decimal): -8326064 or 5305472. OLE color: 5305472.

HSL color Cylindrical-coordinate representation of color #80F450: hue angle of 102.44º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80F450 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 244 80 -
CMYK 0.48 0 0.67 0.04
HSL 102.44º 0.88% 0.64% -
HSV(B) 102.44º 0.67% 0.96% -
XYZ 42.7 69.87 18.83 -
YUV 190.62 65.57 83.34 -
System Red Green Blue C M Y K H S L
Decimal 128 244 80 0.48 0 0.67 0.04 102.44 0.88 0.64
Hex 80 F4 50 30 0 43 4 66 58 40
Octal 200 364 120 60 0 103 4 146 130 100
Binary 10000000 11110100 1010000 110000 0 1000011 100 1100110 1011000 1000000

Color Harmonies of #80F450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F450

Black with #80F450

Text Example


Text Example

White with #80F450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,244,80); }

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

background-color css

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

 a { background-color: rgb(128,244,80); }

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

border-color css

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

 span { border-color: rgb(128,244,80); }

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