Html Css Color HEX #80F155 Screamin' Green

📋 copy color: '#80F155'

red 128 ◦ green 241 ◦ blue 85

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

Shades of Screamin' Green #80F155

Tints of Screamin' Green #80F155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.08%

 BLUE value IS 85 (33.59% from 255) = 18.72%

R = 28.19%
G = 53.08%
B = 18.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#80F155 (or 0x80F155) is known color: Screamin' Green. HEX triplet: 80, F1 and 55. RGB value is (128,241,85). Sum of RGB (Red+Green+Blue) = 128+241+85=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #80F155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F155 is #7F0EAA. Grayscale: #BDBDBD. Windows color (decimal): -8326827 or 5632384. OLE color: 5632384.

HSL color Cylindrical-coordinate representation of color #80F155: hue angle of 103.46º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80F155 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 241 85 -
CMYK 0.47 0 0.65 0.05
HSL 103.46º 0.85% 0.64% -
HSV(B) 103.46º 0.65% 0.95% -
XYZ 42 68.16 19.54 -
YUV 189.43 69.06 84.18 -
System Red Green Blue C M Y K H S L
Decimal 128 241 85 0.47 0 0.65 0.05 103.46 0.85 0.64
Hex 80 F1 55 2F 0 41 5 67 55 40
Octal 200 361 125 57 0 101 5 147 125 100
Binary 10000000 11110001 1010101 101111 0 1000001 101 1100111 1010101 1000000

Color Harmonies of #80F155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F155

Black with #80F155

Text Example


Text Example

White with #80F155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,241,85); }

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

background-color css

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

 a { background-color: rgb(128,241,85); }

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

border-color css

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

 span { border-color: rgb(128,241,85); }

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