Shades of Screamin' Green #6AFC55
Tints of Screamin' Green #6AFC55
RGB
CMYK
RGB Variations
Color information
#6AFC55 (or 0x6AFC55) is known color: Screamin' Green. HEX triplet: 6A, FC and 55. RGB value is (106,252,85). Sum of RGB (Red+Green+Blue) = 106+252+85=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFC55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFC55 is #9503AA. Grayscale: #BDBDBD. Windows color (decimal): -9765803 or 5635178. OLE color: 5635178.
HSL color Cylindrical-coordinate representation of color #6AFC55: hue angle of 112.46º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AFC55 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 85 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.01 |
| HSL | 112.46º | 0.97% | 0.66% | - |
| HSV(B) | 112.46º | 0.66% | 0.99% | - |
| XYZ | 42.39 | 73.34 | 20.52 | - |
| YUV | 189.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 85 | 0.58 | 0 | 0.66 | 0.01 | 112.46 | 0.97 | 0.66 |
| Hex | 6A | FC | 55 | 3A | 0 | 42 | 1 | 70 | 61 | 42 |
| Octal | 152 | 374 | 125 | 72 | 0 | 102 | 1 | 160 | 141 | 102 |
| Binary | 1101010 | 11111100 | 1010101 | 111010 | 0 | 1000010 | 1 | 1110000 | 1100001 | 1000010 |
Color Harmonies of #6AFC55
Complementary color
Monochromatic Colors of #6AFC55
Black with #6AFC55
Text Example
Text Example
White with #6AFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFC55; }
p { color: rgb(106,252,85); }
H1.HeaderClassName
{
color: #6AFC55;
}
.AnyTagClassName
{
color: #6AFC55;
}
</style>
background-color css
<style>
a { background-color: #6AFC55; }
a { background-color: rgb(106,252,85); }
div.DivClassName
{
background-color: #6AFC55;
}
.BgClassName
{
background-color: #6AFC55;
}
</style>
border-color css
<style>
span { border-color: #6AFC55; }
span { border-color: rgb(106,252,85); }
td.TdClassName
{
border-color: #6AFC55;
}
.TagClassName
{
border-color: #6AFC55;
}
</style>