Shades of Screamin' Green #6AFF6F
Tints of Screamin' Green #6AFF6F
RGB
CMYK
RGB Variations
Color information
#6AFF6F (or 0x6AFF6F) is known color: Screamin' Green. HEX triplet: 6A, FF and 6F. RGB value is (106,255,111). Sum of RGB (Red+Green+Blue) = 106+255+111=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF6F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFF6F is #950090. Grayscale: #C2C2C2. Windows color (decimal): -9765009 or 7339882. OLE color: 7339882.
HSL color Cylindrical-coordinate representation of color #6AFF6F: hue angle of 122.01º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFF6F is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 111 | - |
| CMYK | 0.58 | 0 | 0.56 | 0 |
| HSL | 122.01º | 1% | 0.71% | - |
| HSV(B) | 122.01º | 0.58% | 1% | - |
| XYZ | 44.57 | 75.73 | 27.31 | - |
| YUV | 194.03 | 81.14 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 111 | 0.58 | 0 | 0.56 | 0 | 122.01 | 1 | 0.71 |
| Hex | 6A | FF | 6F | 3A | 0 | 38 | 0 | 7A | 64 | 47 |
| Octal | 152 | 377 | 157 | 72 | 0 | 70 | 0 | 172 | 144 | 107 |
| Binary | 1101010 | 11111111 | 1101111 | 111010 | 0 | 111000 | 0 | 1111010 | 1100100 | 1000111 |
Color Harmonies of #6AFF6F
Complementary color
Monochromatic Colors of #6AFF6F
Black with #6AFF6F
Text Example
Text Example
White with #6AFF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFF6F; }
p { color: rgb(106,255,111); }
H1.HeaderClassName
{
color: #6AFF6F;
}
.AnyTagClassName
{
color: #6AFF6F;
}
</style>
background-color css
<style>
a { background-color: #6AFF6F; }
a { background-color: rgb(106,255,111); }
div.DivClassName
{
background-color: #6AFF6F;
}
.BgClassName
{
background-color: #6AFF6F;
}
</style>
border-color css
<style>
span { border-color: #6AFF6F; }
span { border-color: rgb(106,255,111); }
td.TdClassName
{
border-color: #6AFF6F;
}
.TagClassName
{
border-color: #6AFF6F;
}
</style>