Shades of Screamin' Green #3AF569
Tints of Screamin' Green #3AF569
RGB
CMYK
RGB Variations
Color information
#3AF569 (or 0x3AF569) is known color: Screamin' Green. HEX triplet: 3A, F5 and 69. RGB value is (58,245,105). Sum of RGB (Red+Green+Blue) = 58+245+105=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 245 (96.09% from 255 or 60.05% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF569 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF569 is #C50A96. Grayscale: #ADADAD. Windows color (decimal): -12913303 or 6944058. OLE color: 6944058.
HSL color Cylindrical-coordinate representation of color #3AF569: hue angle of 135.08º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF569 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 105 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.04 |
| HSL | 135.08º | 0.9% | 0.59% | - |
| HSV(B) | 135.08º | 0.76% | 0.96% | - |
| XYZ | 36.95 | 67.22 | 24.39 | - |
| YUV | 173.13 | 89.55 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 105 | 0.76 | 0 | 0.57 | 0.04 | 135.08 | 0.9 | 0.59 |
| Hex | 3A | F5 | 69 | 4C | 0 | 39 | 4 | 87 | 5A | 3B |
| Octal | 72 | 365 | 151 | 114 | 0 | 71 | 4 | 207 | 132 | 73 |
| Binary | 111010 | 11110101 | 1101001 | 1001100 | 0 | 111001 | 100 | 10000111 | 1011010 | 111011 |
Color Harmonies of #3AF569
Complementary color
Monochromatic Colors of #3AF569
Black with #3AF569
Text Example
Text Example
White with #3AF569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF569; }
p { color: rgb(58,245,105); }
H1.HeaderClassName
{
color: #3AF569;
}
.AnyTagClassName
{
color: #3AF569;
}
</style>
background-color css
<style>
a { background-color: #3AF569; }
a { background-color: rgb(58,245,105); }
div.DivClassName
{
background-color: #3AF569;
}
.BgClassName
{
background-color: #3AF569;
}
</style>
border-color css
<style>
span { border-color: #3AF569; }
span { border-color: rgb(58,245,105); }
td.TdClassName
{
border-color: #3AF569;
}
.TagClassName
{
border-color: #3AF569;
}
</style>