Shades of Screamin' Green #6AFF40
Tints of Screamin' Green #6AFF40
RGB
CMYK
RGB Variations
Color information
#6AFF40 (or 0x6AFF40) is known color: Screamin' Green. HEX triplet: 6A, FF and 40. RGB value is (106,255,64). Sum of RGB (Red+Green+Blue) = 106+255+64=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFF40 is #9500BF. Grayscale: #BDBDBD. Windows color (decimal): -9765056 or 4259690. OLE color: 4259690.
HSL color Cylindrical-coordinate representation of color #6AFF40: hue angle of 106.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6AFF40 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 64 | - |
| CMYK | 0.58 | 0 | 0.75 | 0 |
| HSL | 106.81º | 1% | 0.63% | - |
| HSV(B) | 106.81º | 0.75% | 1% | - |
| XYZ | 42.63 | 74.95 | 17.07 | - |
| YUV | 188.68 | 57.64 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 64 | 0.58 | 0 | 0.75 | 0 | 106.81 | 1 | 0.63 |
| Hex | 6A | FF | 40 | 3A | 0 | 4B | 0 | 6B | 64 | 3F |
| Octal | 152 | 377 | 100 | 72 | 0 | 113 | 0 | 153 | 144 | 77 |
| Binary | 1101010 | 11111111 | 1000000 | 111010 | 0 | 1001011 | 0 | 1101011 | 1100100 | 111111 |
Color Harmonies of #6AFF40
Complementary color
Monochromatic Colors of #6AFF40
Black with #6AFF40
Text Example
Text Example
White with #6AFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFF40; }
p { color: rgb(106,255,64); }
H1.HeaderClassName
{
color: #6AFF40;
}
.AnyTagClassName
{
color: #6AFF40;
}
</style>
background-color css
<style>
a { background-color: #6AFF40; }
a { background-color: rgb(106,255,64); }
div.DivClassName
{
background-color: #6AFF40;
}
.BgClassName
{
background-color: #6AFF40;
}
</style>
border-color css
<style>
span { border-color: #6AFF40; }
span { border-color: rgb(106,255,64); }
td.TdClassName
{
border-color: #6AFF40;
}
.TagClassName
{
border-color: #6AFF40;
}
</style>