Shades of Screamin' Green #6AF55F
Tints of Screamin' Green #6AF55F
RGB
CMYK
RGB Variations
Color information
#6AF55F (or 0x6AF55F) is known color: Screamin' Green. HEX triplet: 6A, F5 and 5F. RGB value is (106,245,95). Sum of RGB (Red+Green+Blue) = 106+245+95=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #6AF55F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF55F is #950AA0. Grayscale: #BABABA. Windows color (decimal): -9767585 or 6288746. OLE color: 6288746.
HSL color Cylindrical-coordinate representation of color #6AF55F: hue angle of 115.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AF55F is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 245 | 95 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.04 |
| HSL | 115.6º | 0.88% | 0.67% | - |
| HSV(B) | 115.6º | 0.61% | 0.96% | - |
| XYZ | 40.66 | 69.2 | 22.04 | - |
| YUV | 186.34 | 76.45 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 245 | 95 | 0.57 | 0 | 0.61 | 0.04 | 115.6 | 0.88 | 0.67 |
| Hex | 6A | F5 | 5F | 39 | 0 | 3D | 4 | 74 | 58 | 43 |
| Octal | 152 | 365 | 137 | 71 | 0 | 75 | 4 | 164 | 130 | 103 |
| Binary | 1101010 | 11110101 | 1011111 | 111001 | 0 | 111101 | 100 | 1110100 | 1011000 | 1000011 |
Color Harmonies of #6AF55F
Complementary color
Monochromatic Colors of #6AF55F
Black with #6AF55F
Text Example
Text Example
White with #6AF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF55F; }
p { color: rgb(106,245,95); }
H1.HeaderClassName
{
color: #6AF55F;
}
.AnyTagClassName
{
color: #6AF55F;
}
</style>
background-color css
<style>
a { background-color: #6AF55F; }
a { background-color: rgb(106,245,95); }
div.DivClassName
{
background-color: #6AF55F;
}
.BgClassName
{
background-color: #6AF55F;
}
</style>
border-color css
<style>
span { border-color: #6AF55F; }
span { border-color: rgb(106,245,95); }
td.TdClassName
{
border-color: #6AF55F;
}
.TagClassName
{
border-color: #6AF55F;
}
</style>