Shades of Screamin' Green #6CFF40
Tints of Screamin' Green #6CFF40
RGB
CMYK
RGB Variations
Color information
#6CFF40 (or 0x6CFF40) is known color: Screamin' Green. HEX triplet: 6C, FF and 40. RGB value is (108,255,64). Sum of RGB (Red+Green+Blue) = 108+255+64=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CFF40 is #9300BF. Grayscale: #BDBDBD. Windows color (decimal): -9633984 or 4259692. OLE color: 4259692.
HSL color Cylindrical-coordinate representation of color #6CFF40: hue angle of 106.18º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CFF40 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 64 | - |
| CMYK | 0.58 | 0 | 0.75 | 0 |
| HSL | 106.18º | 1% | 0.63% | - |
| HSV(B) | 106.18º | 0.75% | 1% | - |
| XYZ | 42.87 | 75.08 | 17.08 | - |
| YUV | 189.27 | 57.3 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 64 | 0.58 | 0 | 0.75 | 0 | 106.18 | 1 | 0.63 |
| Hex | 6C | FF | 40 | 3A | 0 | 4B | 0 | 6A | 64 | 3F |
| Octal | 154 | 377 | 100 | 72 | 0 | 113 | 0 | 152 | 144 | 77 |
| Binary | 1101100 | 11111111 | 1000000 | 111010 | 0 | 1001011 | 0 | 1101010 | 1100100 | 111111 |
Color Harmonies of #6CFF40
Complementary color
Monochromatic Colors of #6CFF40
Black with #6CFF40
Text Example
Text Example
White with #6CFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFF40; }
p { color: rgb(108,255,64); }
H1.HeaderClassName
{
color: #6CFF40;
}
.AnyTagClassName
{
color: #6CFF40;
}
</style>
background-color css
<style>
a { background-color: #6CFF40; }
a { background-color: rgb(108,255,64); }
div.DivClassName
{
background-color: #6CFF40;
}
.BgClassName
{
background-color: #6CFF40;
}
</style>
border-color css
<style>
span { border-color: #6CFF40; }
span { border-color: rgb(108,255,64); }
td.TdClassName
{
border-color: #6CFF40;
}
.TagClassName
{
border-color: #6CFF40;
}
</style>