Shades of Screamin' Green #48F978
Tints of Screamin' Green #48F978
RGB
CMYK
RGB Variations
Color information
#48F978 (or 0x48F978) is known color: Screamin' Green. HEX triplet: 48, F9 and 78. RGB value is (72,249,120). Sum of RGB (Red+Green+Blue) = 72+249+120=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #48F978 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F978 is #B70687. Grayscale: #B5B5B5. Windows color (decimal): -11994760 or 7928136. OLE color: 7928136.
HSL color Cylindrical-coordinate representation of color #48F978: hue angle of 136.27º degrees, saturation: 0.94, 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 #48F978 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 249 | 120 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.02 |
| HSL | 136.27º | 0.94% | 0.63% | - |
| HSV(B) | 136.27º | 0.71% | 0.98% | - |
| XYZ | 39.94 | 70.49 | 29.27 | - |
| YUV | 181.37 | 93.36 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 249 | 120 | 0.71 | 0 | 0.52 | 0.02 | 136.27 | 0.94 | 0.63 |
| Hex | 48 | F9 | 78 | 47 | 0 | 34 | 2 | 88 | 5E | 3F |
| Octal | 110 | 371 | 170 | 107 | 0 | 64 | 2 | 210 | 136 | 77 |
| Binary | 1001000 | 11111001 | 1111000 | 1000111 | 0 | 110100 | 10 | 10001000 | 1011110 | 111111 |
Color Harmonies of #48F978
Complementary color
Monochromatic Colors of #48F978
Black with #48F978
Text Example
Text Example
White with #48F978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F978; }
p { color: rgb(72,249,120); }
H1.HeaderClassName
{
color: #48F978;
}
.AnyTagClassName
{
color: #48F978;
}
</style>
background-color css
<style>
a { background-color: #48F978; }
a { background-color: rgb(72,249,120); }
div.DivClassName
{
background-color: #48F978;
}
.BgClassName
{
background-color: #48F978;
}
</style>
border-color css
<style>
span { border-color: #48F978; }
span { border-color: rgb(72,249,120); }
td.TdClassName
{
border-color: #48F978;
}
.TagClassName
{
border-color: #48F978;
}
</style>