Html Css Color HEX #80F04D Screamin' Green

📋 copy color: '#80F04D'

red 128 ◦ green 240 ◦ blue 77

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

Shades of Screamin' Green #80F04D

Tints of Screamin' Green #80F04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.3%

R = 28.76%
G = 53.93%
B = 17.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#80F04D (or 0x80F04D) is known color: Screamin' Green. HEX triplet: 80, F0 and 4D. RGB value is (128,240,77). Sum of RGB (Red+Green+Blue) = 128+240+77=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #80F04D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F04D is #7F0FB2. Grayscale: #BCBCBC. Windows color (decimal): -8327091 or 5107840. OLE color: 5107840.

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

Color convert

RGB 128 240 77 -
CMYK 0.47 0 0.68 0.06
HSL 101.23º 0.84% 0.62% -
HSV(B) 101.23º 0.68% 0.94% -
XYZ 41.4 67.45 17.86 -
YUV 187.93 65.39 85.25 -
System Red Green Blue C M Y K H S L
Decimal 128 240 77 0.47 0 0.68 0.06 101.23 0.84 0.62
Hex 80 F0 4D 2F 0 44 6 65 54 3E
Octal 200 360 115 57 0 104 6 145 124 76
Binary 10000000 11110000 1001101 101111 0 1000100 110 1100101 1010100 111110

Color Harmonies of #80F04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F04D

Black with #80F04D

Text Example


Text Example

White with #80F04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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