Shades of Screamin' Green #3AFF76
Tints of Screamin' Green #3AFF76
RGB
CMYK
RGB Variations
Color information
#3AFF76 (or 0x3AFF76) is known color: Screamin' Green. HEX triplet: 3A, FF and 76. RGB value is (58,255,118). Sum of RGB (Red+Green+Blue) = 58+255+118=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF76 is #C50089. Grayscale: #B4B4B4. Windows color (decimal): -12910730 or 7798586. OLE color: 7798586.
HSL color Cylindrical-coordinate representation of color #3AFF76: hue angle of 138.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFF76 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 118 | - |
| CMYK | 0.77 | 0 | 0.54 | 0 |
| HSL | 138.27º | 1% | 0.61% | - |
| HSV(B) | 138.27º | 0.77% | 1% | - |
| XYZ | 40.77 | 73.73 | 29.22 | - |
| YUV | 180.48 | 92.73 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 118 | 0.77 | 0 | 0.54 | 0 | 138.27 | 1 | 0.61 |
| Hex | 3A | FF | 76 | 4D | 0 | 36 | 0 | 8A | 64 | 3D |
| Octal | 72 | 377 | 166 | 115 | 0 | 66 | 0 | 212 | 144 | 75 |
| Binary | 111010 | 11111111 | 1110110 | 1001101 | 0 | 110110 | 0 | 10001010 | 1100100 | 111101 |
Color Harmonies of #3AFF76
Complementary color
Monochromatic Colors of #3AFF76
Black with #3AFF76
Text Example
Text Example
White with #3AFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF76; }
p { color: rgb(58,255,118); }
H1.HeaderClassName
{
color: #3AFF76;
}
.AnyTagClassName
{
color: #3AFF76;
}
</style>
background-color css
<style>
a { background-color: #3AFF76; }
a { background-color: rgb(58,255,118); }
div.DivClassName
{
background-color: #3AFF76;
}
.BgClassName
{
background-color: #3AFF76;
}
</style>
border-color css
<style>
span { border-color: #3AFF76; }
span { border-color: rgb(58,255,118); }
td.TdClassName
{
border-color: #3AFF76;
}
.TagClassName
{
border-color: #3AFF76;
}
</style>