Html Css Color HEX #80F85E Screamin' Green

📋 copy color: '#80F85E'

red 128 ◦ green 248 ◦ blue 94

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

Shades of Screamin' Green #80F85E

Tints of Screamin' Green #80F85E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.77%

 BLUE value IS 94 (37.11% from 255) = 20%

R = 27.23%
G = 52.77%
B = 20%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#80F85E (or 0x80F85E) is known color: Screamin' Green. HEX triplet: 80, F8 and 5E. RGB value is (128,248,94). Sum of RGB (Red+Green+Blue) = 128+248+94=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #80F85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F85E is #7F07A1. Grayscale: #C3C3C3. Windows color (decimal): -8325026 or 6224000. OLE color: 6224000.

HSL color Cylindrical-coordinate representation of color #80F85E: hue angle of 106.75º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80F85E is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 248 94 -
CMYK 0.48 0 0.62 0.03
HSL 106.75º 0.92% 0.67% -
HSV(B) 106.75º 0.62% 0.97% -
XYZ 44.49 72.53 22.24 -
YUV 194.56 71.24 80.52 -
System Red Green Blue C M Y K H S L
Decimal 128 248 94 0.48 0 0.62 0.03 106.75 0.92 0.67
Hex 80 F8 5E 30 0 3E 3 6B 5C 43
Octal 200 370 136 60 0 76 3 153 134 103
Binary 10000000 11111000 1011110 110000 0 111110 11 1101011 1011100 1000011

Color Harmonies of #80F85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F85E

Black with #80F85E

Text Example


Text Example

White with #80F85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,248,94); }

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

background-color css

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

 a { background-color: rgb(128,248,94); }

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

border-color css

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

 span { border-color: rgb(128,248,94); }

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