Shades of Screamin' Green #48F353
Tints of Screamin' Green #48F353
RGB
CMYK
RGB Variations
Color information
#48F353 (or 0x48F353) is known color: Screamin' Green. HEX triplet: 48, F3 and 53. RGB value is (72,243,83). Sum of RGB (Red+Green+Blue) = 72+243+83=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 243 (95.31% from 255 or 61.06% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 243 - color contains mainly: green. Hex color #48F353 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F353 is #B70CAC. Grayscale: #AEAEAE. Windows color (decimal): -11996333 or 5501768. OLE color: 5501768.
HSL color Cylindrical-coordinate representation of color #48F353: hue angle of 123.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F353 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 243 | 83 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.05 |
| HSL | 123.86º | 0.88% | 0.62% | - |
| HSV(B) | 123.86º | 0.7% | 0.95% | - |
| XYZ | 36.28 | 66.1 | 19.03 | - |
| YUV | 173.63 | 76.85 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 243 | 83 | 0.70 | 0 | 0.66 | 0.05 | 123.86 | 0.88 | 0.62 |
| Hex | 48 | F3 | 53 | 46 | 0 | 42 | 5 | 7C | 58 | 3E |
| Octal | 110 | 363 | 123 | 106 | 0 | 102 | 5 | 174 | 130 | 76 |
| Binary | 1001000 | 11110011 | 1010011 | 1000110 | 0 | 1000010 | 101 | 1111100 | 1011000 | 111110 |
Color Harmonies of #48F353
Complementary color
Monochromatic Colors of #48F353
Black with #48F353
Text Example
Text Example
White with #48F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F353; }
p { color: rgb(72,243,83); }
H1.HeaderClassName
{
color: #48F353;
}
.AnyTagClassName
{
color: #48F353;
}
</style>
background-color css
<style>
a { background-color: #48F353; }
a { background-color: rgb(72,243,83); }
div.DivClassName
{
background-color: #48F353;
}
.BgClassName
{
background-color: #48F353;
}
</style>
border-color css
<style>
span { border-color: #48F353; }
span { border-color: rgb(72,243,83); }
td.TdClassName
{
border-color: #48F353;
}
.TagClassName
{
border-color: #48F353;
}
</style>