Html Css Color HEX #80F053 Screamin' Green

📋 copy color: '#80F053'

red 128 ◦ green 240 ◦ blue 83

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

Shades of Screamin' Green #80F053

Tints of Screamin' Green #80F053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.4%

R = 28.38%
G = 53.22%
B = 18.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#80F053 (or 0x80F053) is known color: Screamin' Green. HEX triplet: 80, F0 and 53. RGB value is (128,240,83). Sum of RGB (Red+Green+Blue) = 128+240+83=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #80F053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F053 is #7F0FAC. Grayscale: #BDBDBD. Windows color (decimal): -8327085 or 5501056. OLE color: 5501056.

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

Color convert

RGB 128 240 83 -
CMYK 0.47 0 0.65 0.06
HSL 102.8º 0.84% 0.63% -
HSV(B) 102.8º 0.65% 0.94% -
XYZ 41.62 67.53 19.03 -
YUV 188.61 68.39 84.77 -
System Red Green Blue C M Y K H S L
Decimal 128 240 83 0.47 0 0.65 0.06 102.8 0.84 0.63
Hex 80 F0 53 2F 0 41 6 67 54 3F
Octal 200 360 123 57 0 101 6 147 124 77
Binary 10000000 11110000 1010011 101111 0 1000001 110 1100111 1010100 111111

Color Harmonies of #80F053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F053

Black with #80F053

Text Example


Text Example

White with #80F053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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