Html Css Color HEX #80F94A Screamin' Green

📋 copy color: '#80F94A'

red 128 ◦ green 249 ◦ blue 74

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

Shades of Screamin' Green #80F94A

Tints of Screamin' Green #80F94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.21%

 BLUE value IS 74 (29.3% from 255) = 16.41%

R = 28.38%
G = 55.21%
B = 16.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#80F94A (or 0x80F94A) is known color: Screamin' Green. HEX triplet: 80, F9 and 4A. RGB value is (128,249,74). Sum of RGB (Red+Green+Blue) = 128+249+74=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #80F94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F94A is #7F06B5. Grayscale: #C1C1C1. Windows color (decimal): -8324790 or 4913536. OLE color: 4913536.

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

Color convert

RGB 128 249 74 -
CMYK 0.49 0 0.70 0.02
HSL 101.49º 0.94% 0.63% -
HSV(B) 101.49º 0.7% 0.98% -
XYZ 44.01 72.83 18.22 -
YUV 192.87 60.91 81.73 -
System Red Green Blue C M Y K H S L
Decimal 128 249 74 0.49 0 0.70 0.02 101.49 0.94 0.63
Hex 80 F9 4A 31 0 46 2 65 5E 3F
Octal 200 371 112 61 0 106 2 145 136 77
Binary 10000000 11111001 1001010 110001 0 1000110 10 1100101 1011110 111111

Color Harmonies of #80F94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F94A

Black with #80F94A

Text Example


Text Example

White with #80F94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,249,74); }

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

background-color css

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

 a { background-color: rgb(128,249,74); }

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

border-color css

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

 span { border-color: rgb(128,249,74); }

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