Html Css Color HEX #80F04F Screamin' Green

📋 copy color: '#80F04F'

red 128 ◦ green 240 ◦ blue 79

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

Shades of Screamin' Green #80F04F

Tints of Screamin' Green #80F04F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.69%

 BLUE value IS 79 (31.25% from 255) = 17.67%

R = 28.64%
G = 53.69%
B = 17.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#80F04F (or 0x80F04F) is known color: Screamin' Green. HEX triplet: 80, F0 and 4F. RGB value is (128,240,79). Sum of RGB (Red+Green+Blue) = 128+240+79=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #80F04F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F04F is #7F0FB0. Grayscale: #BCBCBC. Windows color (decimal): -8327089 or 5238912. OLE color: 5238912.

HSL color Cylindrical-coordinate representation of color #80F04F: hue angle of 101.74º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80F04F is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 240 79 -
CMYK 0.47 0 0.67 0.06
HSL 101.74º 0.84% 0.63% -
HSV(B) 101.74º 0.67% 0.94% -
XYZ 41.47 67.47 18.24 -
YUV 188.16 66.39 85.09 -
System Red Green Blue C M Y K H S L
Decimal 128 240 79 0.47 0 0.67 0.06 101.74 0.84 0.63
Hex 80 F0 4F 2F 0 43 6 66 54 3F
Octal 200 360 117 57 0 103 6 146 124 77
Binary 10000000 11110000 1001111 101111 0 1000011 110 1100110 1010100 111111

Color Harmonies of #80F04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F04F

Black with #80F04F

Text Example


Text Example

White with #80F04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,240,79); }

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

background-color css

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

 a { background-color: rgb(128,240,79); }

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

border-color css

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

 span { border-color: rgb(128,240,79); }

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