Html Css Color HEX #80F65B Screamin' Green

📋 copy color: '#80F65B'

red 128 ◦ green 246 ◦ blue 91

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

Shades of Screamin' Green #80F65B

Tints of Screamin' Green #80F65B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.9%

 BLUE value IS 91 (35.94% from 255) = 19.57%

R = 27.53%
G = 52.9%
B = 19.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#80F65B (or 0x80F65B) is known color: Screamin' Green. HEX triplet: 80, F6 and 5B. RGB value is (128,246,91). Sum of RGB (Red+Green+Blue) = 128+246+91=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #80F65B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F65B is #7F09A4. Grayscale: #C1C1C1. Windows color (decimal): -8325541 or 6026880. OLE color: 6026880.

HSL color Cylindrical-coordinate representation of color #80F65B: hue angle of 105.68º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80F65B is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 246 91 -
CMYK 0.48 0 0.63 0.04
HSL 105.68º 0.9% 0.66% -
HSV(B) 105.68º 0.63% 0.96% -
XYZ 43.75 71.26 21.35 -
YUV 193.05 70.41 81.6 -
System Red Green Blue C M Y K H S L
Decimal 128 246 91 0.48 0 0.63 0.04 105.68 0.9 0.66
Hex 80 F6 5B 30 0 3F 4 6A 5A 42
Octal 200 366 133 60 0 77 4 152 132 102
Binary 10000000 11110110 1011011 110000 0 111111 100 1101010 1011010 1000010

Color Harmonies of #80F65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F65B

Black with #80F65B

Text Example


Text Example

White with #80F65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,246,91); }

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

background-color css

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

 a { background-color: rgb(128,246,91); }

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

border-color css

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

 span { border-color: rgb(128,246,91); }

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