Shades of Screamin' Green #6AF573
Tints of Screamin' Green #6AF573
RGB
CMYK
RGB Variations
Color information
#6AF573 (or 0x6AF573) is known color: Screamin' Green. HEX triplet: 6A, F5 and 73. RGB value is (106,245,115). Sum of RGB (Red+Green+Blue) = 106+245+115=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #6AF573 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF573 is #950A8C. Grayscale: #BCBCBC. Windows color (decimal): -9767565 or 7599466. OLE color: 7599466.
HSL color Cylindrical-coordinate representation of color #6AF573: hue angle of 123.88º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF573 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 245 | 115 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.04 |
| HSL | 123.88º | 0.87% | 0.69% | - |
| HSV(B) | 123.88º | 0.57% | 0.96% | - |
| XYZ | 41.69 | 69.61 | 27.46 | - |
| YUV | 188.62 | 86.45 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 245 | 115 | 0.57 | 0 | 0.53 | 0.04 | 123.88 | 0.87 | 0.69 |
| Hex | 6A | F5 | 73 | 39 | 0 | 35 | 4 | 7C | 57 | 45 |
| Octal | 152 | 365 | 163 | 71 | 0 | 65 | 4 | 174 | 127 | 105 |
| Binary | 1101010 | 11110101 | 1110011 | 111001 | 0 | 110101 | 100 | 1111100 | 1010111 | 1000101 |
Color Harmonies of #6AF573
Complementary color
Monochromatic Colors of #6AF573
Black with #6AF573
Text Example
Text Example
White with #6AF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF573; }
p { color: rgb(106,245,115); }
H1.HeaderClassName
{
color: #6AF573;
}
.AnyTagClassName
{
color: #6AF573;
}
</style>
background-color css
<style>
a { background-color: #6AF573; }
a { background-color: rgb(106,245,115); }
div.DivClassName
{
background-color: #6AF573;
}
.BgClassName
{
background-color: #6AF573;
}
</style>
border-color css
<style>
span { border-color: #6AF573; }
span { border-color: rgb(106,245,115); }
td.TdClassName
{
border-color: #6AF573;
}
.TagClassName
{
border-color: #6AF573;
}
</style>