Shades of Screamin' Green #6CF850
Tints of Screamin' Green #6CF850
RGB
CMYK
RGB Variations
Color information
#6CF850 (or 0x6CF850) is known color: Screamin' Green. HEX triplet: 6C, F8 and 50. RGB value is (108,248,80). Sum of RGB (Red+Green+Blue) = 108+248+80=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #6CF850 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF850 is #9307AF. Grayscale: #BBBBBB. Windows color (decimal): -9635760 or 5306476. OLE color: 5306476.
HSL color Cylindrical-coordinate representation of color #6CF850: hue angle of 110º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6CF850 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 248 | 80 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.03 |
| HSL | 110º | 0.92% | 0.64% | - |
| HSV(B) | 110º | 0.68% | 0.97% | - |
| XYZ | 41.2 | 70.9 | 19.1 | - |
| YUV | 186.99 | 67.62 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 248 | 80 | 0.56 | 0 | 0.68 | 0.03 | 110 | 0.92 | 0.64 |
| Hex | 6C | F8 | 50 | 38 | 0 | 44 | 3 | 6E | 5C | 40 |
| Octal | 154 | 370 | 120 | 70 | 0 | 104 | 3 | 156 | 134 | 100 |
| Binary | 1101100 | 11111000 | 1010000 | 111000 | 0 | 1000100 | 11 | 1101110 | 1011100 | 1000000 |
Color Harmonies of #6CF850
Complementary color
Monochromatic Colors of #6CF850
Black with #6CF850
Text Example
Text Example
White with #6CF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF850; }
p { color: rgb(108,248,80); }
H1.HeaderClassName
{
color: #6CF850;
}
.AnyTagClassName
{
color: #6CF850;
}
</style>
background-color css
<style>
a { background-color: #6CF850; }
a { background-color: rgb(108,248,80); }
div.DivClassName
{
background-color: #6CF850;
}
.BgClassName
{
background-color: #6CF850;
}
</style>
border-color css
<style>
span { border-color: #6CF850; }
span { border-color: rgb(108,248,80); }
td.TdClassName
{
border-color: #6CF850;
}
.TagClassName
{
border-color: #6CF850;
}
</style>