Shades of Screamin' Green #3AFB77
Tints of Screamin' Green #3AFB77
RGB
CMYK
RGB Variations
Color information
#3AFB77 (or 0x3AFB77) is known color: Screamin' Green. HEX triplet: 3A, FB and 77. RGB value is (58,251,119). Sum of RGB (Red+Green+Blue) = 58+251+119=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFB77 is #C50488. Grayscale: #B2B2B2. Windows color (decimal): -12911753 or 7863098. OLE color: 7863098.
HSL color Cylindrical-coordinate representation of color #3AFB77: hue angle of 138.96º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB77 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 119 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.02 |
| HSL | 138.96º | 0.96% | 0.61% | - |
| HSV(B) | 138.96º | 0.77% | 0.98% | - |
| XYZ | 39.57 | 71.23 | 29.12 | - |
| YUV | 178.25 | 94.56 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 119 | 0.77 | 0 | 0.53 | 0.02 | 138.96 | 0.96 | 0.61 |
| Hex | 3A | FB | 77 | 4D | 0 | 35 | 2 | 8B | 60 | 3D |
| Octal | 72 | 373 | 167 | 115 | 0 | 65 | 2 | 213 | 140 | 75 |
| Binary | 111010 | 11111011 | 1110111 | 1001101 | 0 | 110101 | 10 | 10001011 | 1100000 | 111101 |
Color Harmonies of #3AFB77
Complementary color
Monochromatic Colors of #3AFB77
Black with #3AFB77
Text Example
Text Example
White with #3AFB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB77; }
p { color: rgb(58,251,119); }
H1.HeaderClassName
{
color: #3AFB77;
}
.AnyTagClassName
{
color: #3AFB77;
}
</style>
background-color css
<style>
a { background-color: #3AFB77; }
a { background-color: rgb(58,251,119); }
div.DivClassName
{
background-color: #3AFB77;
}
.BgClassName
{
background-color: #3AFB77;
}
</style>
border-color css
<style>
span { border-color: #3AFB77; }
span { border-color: rgb(58,251,119); }
td.TdClassName
{
border-color: #3AFB77;
}
.TagClassName
{
border-color: #3AFB77;
}
</style>