#60FF80

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

Shades of Screamin' Green #60FF80

Tints of Screamin' Green #60FF80

Color information

#60FF80 (or 0x60FF80) is unknown color: approx Screamin' Green. HEX triplet: 60, FF and 80. RGB value is (96,255,128). Sum of RGB (Red+Green+Blue) = 96+255+128=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FF80 is #9F007F. Grayscale: #C1C1C1. Windows color (decimal): -10420352 or 8453984. OLE color: 8453984.

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

Color convert

RGB96255128-
CMYK0.6200.500
HSL132.08º100%68.82%-
HSV(B)132.08º62.35%100%-
XYZ44.4875.5732.66-
YUV192.9891.3258.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.04%
GREEN value IS 255 (100% from 255) = 53.24%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=20.04%
G=53.24%
B=26.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962551280.6200.500132.0810068.82
Hex60FF803E0320846445
Octal140377200760620204144105
Binary11000001111111110000000111110011001001000010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60FF80; }

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

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

<style>
 a { background-color: #60FF80; }

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

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

<style>
 span { border-color: #60FF80; }

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

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