Shades of Screamin' Green #48FA7C
Tints of Screamin' Green #48FA7C
RGB
CMYK
RGB Variations
Color information
#48FA7C (or 0x48FA7C) is known color: Screamin' Green. HEX triplet: 48, FA and 7C. RGB value is (72,250,124). Sum of RGB (Red+Green+Blue) = 72+250+124=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FA7C is #B70583. Grayscale: #B6B6B6. Windows color (decimal): -11994500 or 8190536. OLE color: 8190536.
HSL color Cylindrical-coordinate representation of color #48FA7C: hue angle of 137.53º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FA7C is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 250 | 124 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.02 |
| HSL | 137.53º | 0.95% | 0.63% | - |
| HSV(B) | 137.53º | 0.71% | 0.98% | - |
| XYZ | 40.5 | 71.2 | 30.68 | - |
| YUV | 182.41 | 95.03 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 250 | 124 | 0.71 | 0 | 0.50 | 0.02 | 137.53 | 0.95 | 0.63 |
| Hex | 48 | FA | 7C | 47 | 0 | 32 | 2 | 8A | 5F | 3F |
| Octal | 110 | 372 | 174 | 107 | 0 | 62 | 2 | 212 | 137 | 77 |
| Binary | 1001000 | 11111010 | 1111100 | 1000111 | 0 | 110010 | 10 | 10001010 | 1011111 | 111111 |
Color Harmonies of #48FA7C
Complementary color
Monochromatic Colors of #48FA7C
Black with #48FA7C
Text Example
Text Example
White with #48FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FA7C; }
p { color: rgb(72,250,124); }
H1.HeaderClassName
{
color: #48FA7C;
}
.AnyTagClassName
{
color: #48FA7C;
}
</style>
background-color css
<style>
a { background-color: #48FA7C; }
a { background-color: rgb(72,250,124); }
div.DivClassName
{
background-color: #48FA7C;
}
.BgClassName
{
background-color: #48FA7C;
}
</style>
border-color css
<style>
span { border-color: #48FA7C; }
span { border-color: rgb(72,250,124); }
td.TdClassName
{
border-color: #48FA7C;
}
.TagClassName
{
border-color: #48FA7C;
}
</style>