Shades of Screamin' Green #6CFF50
Tints of Screamin' Green #6CFF50
RGB
CMYK
RGB Variations
Color information
#6CFF50 (or 0x6CFF50) is known color: Screamin' Green. HEX triplet: 6C, FF and 50. RGB value is (108,255,80). Sum of RGB (Red+Green+Blue) = 108+255+80=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CFF50 is #9300AF. Grayscale: #BFBFBF. Windows color (decimal): -9633968 or 5308268. OLE color: 5308268.
HSL color Cylindrical-coordinate representation of color #6CFF50: hue angle of 110.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6CFF50 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 80 | - |
| CMYK | 0.58 | 0 | 0.69 | 0 |
| HSL | 110.4º | 1% | 0.66% | - |
| HSV(B) | 110.4º | 0.69% | 1% | - |
| XYZ | 43.39 | 75.29 | 19.83 | - |
| YUV | 191.1 | 65.3 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 80 | 0.58 | 0 | 0.69 | 0 | 110.4 | 1 | 0.66 |
| Hex | 6C | FF | 50 | 3A | 0 | 45 | 0 | 6E | 64 | 42 |
| Octal | 154 | 377 | 120 | 72 | 0 | 105 | 0 | 156 | 144 | 102 |
| Binary | 1101100 | 11111111 | 1010000 | 111010 | 0 | 1000101 | 0 | 1101110 | 1100100 | 1000010 |
Color Harmonies of #6CFF50
Complementary color
Monochromatic Colors of #6CFF50
Black with #6CFF50
Text Example
Text Example
White with #6CFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFF50; }
p { color: rgb(108,255,80); }
H1.HeaderClassName
{
color: #6CFF50;
}
.AnyTagClassName
{
color: #6CFF50;
}
</style>
background-color css
<style>
a { background-color: #6CFF50; }
a { background-color: rgb(108,255,80); }
div.DivClassName
{
background-color: #6CFF50;
}
.BgClassName
{
background-color: #6CFF50;
}
</style>
border-color css
<style>
span { border-color: #6CFF50; }
span { border-color: rgb(108,255,80); }
td.TdClassName
{
border-color: #6CFF50;
}
.TagClassName
{
border-color: #6CFF50;
}
</style>