Html Css Color HEX #80FC68 Screamin' Green

📋 copy color: '#80FC68'

red 128 ◦ green 252 ◦ blue 104

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

Shades of Screamin' Green #80FC68

Tints of Screamin' Green #80FC68

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.07%

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 26.45%
G = 52.07%
B = 21.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#80FC68 (or 0x80FC68) is known color: Screamin' Green. HEX triplet: 80, FC and 68. RGB value is (128,252,104). Sum of RGB (Red+Green+Blue) = 128+252+104=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FC68 is #7F0397. Grayscale: #C6C6C6. Windows color (decimal): -8323992 or 6880384. OLE color: 6880384.

HSL color Cylindrical-coordinate representation of color #80FC68: hue angle of 110.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80FC68 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 252 104 -
CMYK 0.49 0 0.59 0.01
HSL 110.27º 0.96% 0.7% -
HSV(B) 110.27º 0.59% 0.99% -
XYZ 46.21 75.21 25.18 -
YUV 198.05 74.92 78.03 -
System Red Green Blue C M Y K H S L
Decimal 128 252 104 0.49 0 0.59 0.01 110.27 0.96 0.7
Hex 80 FC 68 31 0 3B 1 6E 60 46
Octal 200 374 150 61 0 73 1 156 140 106
Binary 10000000 11111100 1101000 110001 0 111011 1 1101110 1100000 1000110

Color Harmonies of #80FC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FC68

Black with #80FC68

Text Example


Text Example

White with #80FC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,252,104); }

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

background-color css

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

 a { background-color: rgb(128,252,104); }

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

border-color css

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

 span { border-color: rgb(128,252,104); }

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