Shades of Screamin' Green #3AFC6B
Tints of Screamin' Green #3AFC6B
RGB
CMYK
RGB Variations
Color information
#3AFC6B (or 0x3AFC6B) is known color: Screamin' Green. HEX triplet: 3A, FC and 6B. RGB value is (58,252,107). Sum of RGB (Red+Green+Blue) = 58+252+107=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFC6B is #C50394. Grayscale: #B1B1B1. Windows color (decimal): -12911509 or 7076922. OLE color: 7076922.
HSL color Cylindrical-coordinate representation of color #3AFC6B: hue angle of 135.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC6B is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 107 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.01 |
| HSL | 135.15º | 0.97% | 0.61% | - |
| HSV(B) | 135.15º | 0.77% | 0.99% | - |
| XYZ | 39.21 | 71.58 | 25.66 | - |
| YUV | 177.46 | 88.23 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 107 | 0.77 | 0 | 0.58 | 0.01 | 135.15 | 0.97 | 0.61 |
| Hex | 3A | FC | 6B | 4D | 0 | 3A | 1 | 87 | 61 | 3D |
| Octal | 72 | 374 | 153 | 115 | 0 | 72 | 1 | 207 | 141 | 75 |
| Binary | 111010 | 11111100 | 1101011 | 1001101 | 0 | 111010 | 1 | 10000111 | 1100001 | 111101 |
Color Harmonies of #3AFC6B
Complementary color
Monochromatic Colors of #3AFC6B
Black with #3AFC6B
Text Example
Text Example
White with #3AFC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC6B; }
p { color: rgb(58,252,107); }
H1.HeaderClassName
{
color: #3AFC6B;
}
.AnyTagClassName
{
color: #3AFC6B;
}
</style>
background-color css
<style>
a { background-color: #3AFC6B; }
a { background-color: rgb(58,252,107); }
div.DivClassName
{
background-color: #3AFC6B;
}
.BgClassName
{
background-color: #3AFC6B;
}
</style>
border-color css
<style>
span { border-color: #3AFC6B; }
span { border-color: rgb(58,252,107); }
td.TdClassName
{
border-color: #3AFC6B;
}
.TagClassName
{
border-color: #3AFC6B;
}
</style>