#80FF68

Color #80FF68 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #80FF68

Tints of Screamin' Green #80FF68

Color information

#80FF68 (or 0x80FF68) is unknown color: approx Screamin' Green. HEX triplet: 80, FF and 68. RGB value is (128,255,104). Sum of RGB (Red+Green+Blue) = 128+255+104=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF68 is #7F0097. Grayscale: #C8C8C8. Windows color (decimal): -8323224 or 6881152. OLE color: 6881152.

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

Color convert

RGB128255104-
CMYK0.5000.590
HSL110.46º100%70.39%-
HSV(B)110.46º59.22%100%-
XYZ47.1677.1125.49-
YUV199.8173.9276.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 255 (100% from 255) = 52.36%
BLUE value IS 104 (41.02% from 255) = 21.36%
R=26.28%
G=52.36%
B=21.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551040.5000.590110.4610070.39
Hex80FF683203B06e6446
Octal200377150620730156144106
Binary1000000011111111110100011001001110110110111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80FF68;
 }
 .AnyTagClassName
 {
   color: #80FF68;
 }
</style>
background-color css

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

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

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

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

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

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