Shades of Screamin' Green #6AFF5D
Tints of Screamin' Green #6AFF5D
RGB
CMYK
RGB Variations
Color information
#6AFF5D (or 0x6AFF5D) is known color: Screamin' Green. HEX triplet: 6A, FF and 5D. RGB value is (106,255,93). Sum of RGB (Red+Green+Blue) = 106+255+93=454 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.35% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFF5D is #9500A2. Grayscale: #C0C0C0. Windows color (decimal): -9765027 or 6160234. OLE color: 6160234.
HSL color Cylindrical-coordinate representation of color #6AFF5D: hue angle of 115.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6AFF5D is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 93 | - |
| CMYK | 0.58 | 0 | 0.64 | 0 |
| HSL | 115.19º | 1% | 0.68% | - |
| HSV(B) | 115.19º | 0.64% | 1% | - |
| XYZ | 43.68 | 75.37 | 22.6 | - |
| YUV | 191.98 | 72.14 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 93 | 0.58 | 0 | 0.64 | 0 | 115.19 | 1 | 0.68 |
| Hex | 6A | FF | 5D | 3A | 0 | 40 | 0 | 73 | 64 | 44 |
| Octal | 152 | 377 | 135 | 72 | 0 | 100 | 0 | 163 | 144 | 104 |
| Binary | 1101010 | 11111111 | 1011101 | 111010 | 0 | 1000000 | 0 | 1110011 | 1100100 | 1000100 |
Color Harmonies of #6AFF5D
Complementary color
Monochromatic Colors of #6AFF5D
Black with #6AFF5D
Text Example
Text Example
White with #6AFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFF5D; }
p { color: rgb(106,255,93); }
H1.HeaderClassName
{
color: #6AFF5D;
}
.AnyTagClassName
{
color: #6AFF5D;
}
</style>
background-color css
<style>
a { background-color: #6AFF5D; }
a { background-color: rgb(106,255,93); }
div.DivClassName
{
background-color: #6AFF5D;
}
.BgClassName
{
background-color: #6AFF5D;
}
</style>
border-color css
<style>
span { border-color: #6AFF5D; }
span { border-color: rgb(106,255,93); }
td.TdClassName
{
border-color: #6AFF5D;
}
.TagClassName
{
border-color: #6AFF5D;
}
</style>