Shades of Screamin' Green #3AF86B
Tints of Screamin' Green #3AF86B
RGB
CMYK
RGB Variations
Color information
#3AF86B (or 0x3AF86B) is known color: Screamin' Green. HEX triplet: 3A, F8 and 6B. RGB value is (58,248,107). Sum of RGB (Red+Green+Blue) = 58+248+107=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF86B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF86B is #C50794. Grayscale: #AFAFAF. Windows color (decimal): -12912533 or 7075898. OLE color: 7075898.
HSL color Cylindrical-coordinate representation of color #3AF86B: hue angle of 135.47º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF86B is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 107 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.03 |
| HSL | 135.47º | 0.93% | 0.6% | - |
| HSV(B) | 135.47º | 0.77% | 0.97% | - |
| XYZ | 37.97 | 69.1 | 25.25 | - |
| YUV | 175.12 | 89.55 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 107 | 0.77 | 0 | 0.57 | 0.03 | 135.47 | 0.93 | 0.6 |
| Hex | 3A | F8 | 6B | 4D | 0 | 39 | 3 | 87 | 5D | 3C |
| Octal | 72 | 370 | 153 | 115 | 0 | 71 | 3 | 207 | 135 | 74 |
| Binary | 111010 | 11111000 | 1101011 | 1001101 | 0 | 111001 | 11 | 10000111 | 1011101 | 111100 |
Color Harmonies of #3AF86B
Complementary color
Monochromatic Colors of #3AF86B
Black with #3AF86B
Text Example
Text Example
White with #3AF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF86B; }
p { color: rgb(58,248,107); }
H1.HeaderClassName
{
color: #3AF86B;
}
.AnyTagClassName
{
color: #3AF86B;
}
</style>
background-color css
<style>
a { background-color: #3AF86B; }
a { background-color: rgb(58,248,107); }
div.DivClassName
{
background-color: #3AF86B;
}
.BgClassName
{
background-color: #3AF86B;
}
</style>
border-color css
<style>
span { border-color: #3AF86B; }
span { border-color: rgb(58,248,107); }
td.TdClassName
{
border-color: #3AF86B;
}
.TagClassName
{
border-color: #3AF86B;
}
</style>