Shades of Screamin' Green #6AF470
Tints of Screamin' Green #6AF470
RGB
CMYK
RGB Variations
Color information
#6AF470 (or 0x6AF470) is known color: Screamin' Green. HEX triplet: 6A, F4 and 70. RGB value is (106,244,112). Sum of RGB (Red+Green+Blue) = 106+244+112=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF470 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF470 is #950B8F. Grayscale: #BCBCBC. Windows color (decimal): -9767824 or 7402602. OLE color: 7402602.
HSL color Cylindrical-coordinate representation of color #6AF470: hue angle of 122.61º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF470 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 244 | 112 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.04 |
| HSL | 122.61º | 0.86% | 0.69% | - |
| HSV(B) | 122.61º | 0.57% | 0.96% | - |
| XYZ | 41.22 | 68.94 | 26.46 | - |
| YUV | 187.69 | 85.28 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 244 | 112 | 0.57 | 0 | 0.54 | 0.04 | 122.61 | 0.86 | 0.69 |
| Hex | 6A | F4 | 70 | 39 | 0 | 36 | 4 | 7B | 56 | 45 |
| Octal | 152 | 364 | 160 | 71 | 0 | 66 | 4 | 173 | 126 | 105 |
| Binary | 1101010 | 11110100 | 1110000 | 111001 | 0 | 110110 | 100 | 1111011 | 1010110 | 1000101 |
Color Harmonies of #6AF470
Complementary color
Monochromatic Colors of #6AF470
Black with #6AF470
Text Example
Text Example
White with #6AF470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF470; }
p { color: rgb(106,244,112); }
H1.HeaderClassName
{
color: #6AF470;
}
.AnyTagClassName
{
color: #6AF470;
}
</style>
background-color css
<style>
a { background-color: #6AF470; }
a { background-color: rgb(106,244,112); }
div.DivClassName
{
background-color: #6AF470;
}
.BgClassName
{
background-color: #6AF470;
}
</style>
border-color css
<style>
span { border-color: #6AF470; }
span { border-color: rgb(106,244,112); }
td.TdClassName
{
border-color: #6AF470;
}
.TagClassName
{
border-color: #6AF470;
}
</style>