Shades of Screamin' Green #6BF160
Tints of Screamin' Green #6BF160
RGB
CMYK
RGB Variations
Color information
#6BF160 (or 0x6BF160) is known color: Screamin' Green. HEX triplet: 6B, F1 and 60. RGB value is (107,241,96). Sum of RGB (Red+Green+Blue) = 107+241+96=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF160 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BF160 is #940E9F. Grayscale: #B8B8B8. Windows color (decimal): -9703072 or 6353259. OLE color: 6353259.
HSL color Cylindrical-coordinate representation of color #6BF160: hue angle of 115.45º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6BF160 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 96 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.05 |
| HSL | 115.45º | 0.84% | 0.66% | - |
| HSV(B) | 115.45º | 0.6% | 0.95% | - |
| XYZ | 39.63 | 66.88 | 21.89 | - |
| YUV | 184.4 | 78.11 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 96 | 0.56 | 0 | 0.60 | 0.05 | 115.45 | 0.84 | 0.66 |
| Hex | 6B | F1 | 60 | 38 | 0 | 3C | 5 | 73 | 54 | 42 |
| Octal | 153 | 361 | 140 | 70 | 0 | 74 | 5 | 163 | 124 | 102 |
| Binary | 1101011 | 11110001 | 1100000 | 111000 | 0 | 111100 | 101 | 1110011 | 1010100 | 1000010 |
Color Harmonies of #6BF160
Complementary color
Monochromatic Colors of #6BF160
Black with #6BF160
Text Example
Text Example
White with #6BF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF160; }
p { color: rgb(107,241,96); }
H1.HeaderClassName
{
color: #6BF160;
}
.AnyTagClassName
{
color: #6BF160;
}
</style>
background-color css
<style>
a { background-color: #6BF160; }
a { background-color: rgb(107,241,96); }
div.DivClassName
{
background-color: #6BF160;
}
.BgClassName
{
background-color: #6BF160;
}
</style>
border-color css
<style>
span { border-color: #6BF160; }
span { border-color: rgb(107,241,96); }
td.TdClassName
{
border-color: #6BF160;
}
.TagClassName
{
border-color: #6BF160;
}
</style>