Shades of Screamin' Green #6CFF80
Tints of Screamin' Green #6CFF80
RGB
CMYK
RGB Variations
Color information
#6CFF80 (or 0x6CFF80) is known color: 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
| RGB | 108 | 255 | 128 | - |
| CMYK | 0.58 | 0 | 0.50 | 0 |
| HSL | 128.16º | 1% | 0.71% | - |
| HSV(B) | 128.16º | 0.58% | 1% | - |
| XYZ | 45.84 | 76.27 | 32.73 | - |
| YUV | 196.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 128 | 0.58 | 0 | 0.50 | 0 | 128.16 | 1 | 0.71 |
| Hex | 6C | FF | 80 | 3A | 0 | 32 | 0 | 80 | 64 | 47 |
| Octal | 154 | 377 | 200 | 72 | 0 | 62 | 0 | 200 | 144 | 107 |
| Binary | 1101100 | 11111111 | 10000000 | 111010 | 0 | 110010 | 0 | 10000000 | 1100100 | 1000111 |
Color Harmonies of #6CFF80
Complementary color
Monochromatic Colors of #6CFF80
Black with #6CFF80
Text Example
Text Example
White with #6CFF80
Text Example
Text Example
HTML Codes & Css Web 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>