Html Css Color HEX #80F961 Screamin' Green

📋 copy color: '#80F961'

red 128 ◦ green 249 ◦ blue 97

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

Shades of Screamin' Green #80F961

Tints of Screamin' Green #80F961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.46%

R = 27%
G = 52.53%
B = 20.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#80F961 (or 0x80F961) is known color: Screamin' Green. HEX triplet: 80, F9 and 61. RGB value is (128,249,97). Sum of RGB (Red+Green+Blue) = 128+249+97=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #80F961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F961 is #7F069E. Grayscale: #C3C3C3. Windows color (decimal): -8324767 or 6420864. OLE color: 6420864.

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

Color convert

RGB 128 249 97 -
CMYK 0.49 0 0.61 0.02
HSL 107.76º 0.93% 0.68% -
HSV(B) 107.76º 0.61% 0.98% -
XYZ 44.94 73.2 23.07 -
YUV 195.49 72.41 79.86 -
System Red Green Blue C M Y K H S L
Decimal 128 249 97 0.49 0 0.61 0.02 107.76 0.93 0.68
Hex 80 F9 61 31 0 3D 2 6C 5D 44
Octal 200 371 141 61 0 75 2 154 135 104
Binary 10000000 11111001 1100001 110001 0 111101 10 1101100 1011101 1000100

Color Harmonies of #80F961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F961

Black with #80F961

Text Example


Text Example

White with #80F961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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