#6CFF80

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

Shades of Screamin' Green #6CFF80

Tints of Screamin' Green #6CFF80

Color information

#6CFF80 (or 0x6CFF80) is unknown color: approx Screamin' Green. HEX triplet: 6C, FF and 80. RGB value is (108,255,128). Sum of RGB (Red+Green+Blue) = 108+255+128=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFF80 is #93007F. Grayscale: #C4C4C4. Windows color (decimal): -9633920 or 8453996. OLE color: 8453996.

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

Color convert

RGB108255128-
CMYK0.5800.500
HSL128.16º100%71.18%-
HSV(B)128.16º57.65%100%-
XYZ45.8476.2732.73-
YUV196.5789.364.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.00%
GREEN value IS 255 (100% from 255) = 51.93%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=22.00%
G=51.93%
B=26.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082551280.5800.500128.1610071.18
Hex6CFF803A0320806447
Octal154377200720620200144107
Binary11011001111111110000000111010011001001000000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CFF80; }

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

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

<style>
 a { background-color: #6CFF80; }

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

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

<style>
 span { border-color: #6CFF80; }

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

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