Shades of Screamin' Green #4AFB7B
Tints of Screamin' Green #4AFB7B
RGB
CMYK
RGB Variations
Color information
#4AFB7B (or 0x4AFB7B) is known color: Screamin' Green. HEX triplet: 4A, FB and 7B. RGB value is (74,251,123). Sum of RGB (Red+Green+Blue) = 74+251+123=448 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.52% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB7B is #B50484. Grayscale: #B7B7B7. Windows color (decimal): -11863173 or 8125258. OLE color: 8125258.
HSL color Cylindrical-coordinate representation of color #4AFB7B: hue angle of 136.61º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFB7B is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 123 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.02 |
| HSL | 136.61º | 0.96% | 0.64% | - |
| HSV(B) | 136.61º | 0.71% | 0.98% | - |
| XYZ | 40.9 | 71.88 | 30.46 | - |
| YUV | 183.49 | 93.86 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 123 | 0.71 | 0 | 0.51 | 0.02 | 136.61 | 0.96 | 0.64 |
| Hex | 4A | FB | 7B | 47 | 0 | 33 | 2 | 89 | 60 | 40 |
| Octal | 112 | 373 | 173 | 107 | 0 | 63 | 2 | 211 | 140 | 100 |
| Binary | 1001010 | 11111011 | 1111011 | 1000111 | 0 | 110011 | 10 | 10001001 | 1100000 | 1000000 |
Color Harmonies of #4AFB7B
Complementary color
Monochromatic Colors of #4AFB7B
Black with #4AFB7B
Text Example
Text Example
White with #4AFB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB7B; }
p { color: rgb(74,251,123); }
H1.HeaderClassName
{
color: #4AFB7B;
}
.AnyTagClassName
{
color: #4AFB7B;
}
</style>
background-color css
<style>
a { background-color: #4AFB7B; }
a { background-color: rgb(74,251,123); }
div.DivClassName
{
background-color: #4AFB7B;
}
.BgClassName
{
background-color: #4AFB7B;
}
</style>
border-color css
<style>
span { border-color: #4AFB7B; }
span { border-color: rgb(74,251,123); }
td.TdClassName
{
border-color: #4AFB7B;
}
.TagClassName
{
border-color: #4AFB7B;
}
</style>