Shades of Screamin' Green #6CE150
Tints of Screamin' Green #6CE150
RGB
CMYK
RGB Variations
Color information
#6CE150 (or 0x6CE150) is known color: Screamin' Green. HEX triplet: 6C, E1 and 50. RGB value is (108,225,80). Sum of RGB (Red+Green+Blue) = 108+225+80=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CE150 is #931EAF. Grayscale: #ADADAD. Windows color (decimal): -9641648 or 5300588. OLE color: 5300588.
HSL color Cylindrical-coordinate representation of color #6CE150: hue angle of 108.41º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CE150 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 225 | 80 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.12 |
| HSL | 108.41º | 0.71% | 0.6% | - |
| HSV(B) | 108.41º | 0.64% | 0.88% | - |
| XYZ | 34.56 | 57.62 | 16.89 | - |
| YUV | 173.49 | 75.24 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 225 | 80 | 0.52 | 0 | 0.64 | 0.12 | 108.41 | 0.71 | 0.6 |
| Hex | 6C | E1 | 50 | 34 | 0 | 40 | C | 6C | 47 | 3C |
| Octal | 154 | 341 | 120 | 64 | 0 | 100 | 14 | 154 | 107 | 74 |
| Binary | 1101100 | 11100001 | 1010000 | 110100 | 0 | 1000000 | 1100 | 1101100 | 1000111 | 111100 |
Color Harmonies of #6CE150
Complementary color
Monochromatic Colors of #6CE150
Black with #6CE150
Text Example
Text Example
White with #6CE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE150; }
p { color: rgb(108,225,80); }
H1.HeaderClassName
{
color: #6CE150;
}
.AnyTagClassName
{
color: #6CE150;
}
</style>
background-color css
<style>
a { background-color: #6CE150; }
a { background-color: rgb(108,225,80); }
div.DivClassName
{
background-color: #6CE150;
}
.BgClassName
{
background-color: #6CE150;
}
</style>
border-color css
<style>
span { border-color: #6CE150; }
span { border-color: rgb(108,225,80); }
td.TdClassName
{
border-color: #6CE150;
}
.TagClassName
{
border-color: #6CE150;
}
</style>