Shades of Screamin' Green #6AF650
Tints of Screamin' Green #6AF650
RGB
CMYK
RGB Variations
Color information
#6AF650 (or 0x6AF650) is known color: Screamin' Green. HEX triplet: 6A, F6 and 50. RGB value is (106,246,80). Sum of RGB (Red+Green+Blue) = 106+246+80=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 246 (96.48% from 255 or 56.94% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF650 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF650 is #9509AF. Grayscale: #B9B9B9. Windows color (decimal): -9767344 or 5305962. OLE color: 5305962.
HSL color Cylindrical-coordinate representation of color #6AF650: hue angle of 110.6º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AF650 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 246 | 80 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.04 |
| HSL | 110.6º | 0.9% | 0.64% | - |
| HSV(B) | 110.6º | 0.67% | 0.96% | - |
| XYZ | 40.35 | 69.55 | 18.89 | - |
| YUV | 185.22 | 68.62 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 246 | 80 | 0.57 | 0 | 0.67 | 0.04 | 110.6 | 0.9 | 0.64 |
| Hex | 6A | F6 | 50 | 39 | 0 | 43 | 4 | 6F | 5A | 40 |
| Octal | 152 | 366 | 120 | 71 | 0 | 103 | 4 | 157 | 132 | 100 |
| Binary | 1101010 | 11110110 | 1010000 | 111001 | 0 | 1000011 | 100 | 1101111 | 1011010 | 1000000 |
Color Harmonies of #6AF650
Complementary color
Monochromatic Colors of #6AF650
Black with #6AF650
Text Example
Text Example
White with #6AF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF650; }
p { color: rgb(106,246,80); }
H1.HeaderClassName
{
color: #6AF650;
}
.AnyTagClassName
{
color: #6AF650;
}
</style>
background-color css
<style>
a { background-color: #6AF650; }
a { background-color: rgb(106,246,80); }
div.DivClassName
{
background-color: #6AF650;
}
.BgClassName
{
background-color: #6AF650;
}
</style>
border-color css
<style>
span { border-color: #6AF650; }
span { border-color: rgb(106,246,80); }
td.TdClassName
{
border-color: #6AF650;
}
.TagClassName
{
border-color: #6AF650;
}
</style>