Shades of Screamin' Green #6AF25F
Tints of Screamin' Green #6AF25F
RGB
CMYK
RGB Variations
Color information
#6AF25F (or 0x6AF25F) is known color: Screamin' Green. HEX triplet: 6A, F2 and 5F. RGB value is (106,242,95). Sum of RGB (Red+Green+Blue) = 106+242+95=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF25F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF25F is #950DA0. Grayscale: #B9B9B9. Windows color (decimal): -9768353 or 6287978. OLE color: 6287978.
HSL color Cylindrical-coordinate representation of color #6AF25F: hue angle of 115.51º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AF25F is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 242 | 95 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.05 |
| HSL | 115.51º | 0.85% | 0.66% | - |
| HSV(B) | 115.51º | 0.61% | 0.95% | - |
| XYZ | 39.76 | 67.39 | 21.74 | - |
| YUV | 184.58 | 77.44 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 242 | 95 | 0.56 | 0 | 0.61 | 0.05 | 115.51 | 0.85 | 0.66 |
| Hex | 6A | F2 | 5F | 38 | 0 | 3D | 5 | 74 | 55 | 42 |
| Octal | 152 | 362 | 137 | 70 | 0 | 75 | 5 | 164 | 125 | 102 |
| Binary | 1101010 | 11110010 | 1011111 | 111000 | 0 | 111101 | 101 | 1110100 | 1010101 | 1000010 |
Color Harmonies of #6AF25F
Complementary color
Monochromatic Colors of #6AF25F
Black with #6AF25F
Text Example
Text Example
White with #6AF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF25F; }
p { color: rgb(106,242,95); }
H1.HeaderClassName
{
color: #6AF25F;
}
.AnyTagClassName
{
color: #6AF25F;
}
</style>
background-color css
<style>
a { background-color: #6AF25F; }
a { background-color: rgb(106,242,95); }
div.DivClassName
{
background-color: #6AF25F;
}
.BgClassName
{
background-color: #6AF25F;
}
</style>
border-color css
<style>
span { border-color: #6AF25F; }
span { border-color: rgb(106,242,95); }
td.TdClassName
{
border-color: #6AF25F;
}
.TagClassName
{
border-color: #6AF25F;
}
</style>