Shades of Screamin' Green #4BDF55
Tints of Screamin' Green #4BDF55
RGB
CMYK
RGB Variations
Color information
#4BDF55 (or 0x4BDF55) is known color: Screamin' Green. HEX triplet: 4B, DF and 55. RGB value is (75,223,85). Sum of RGB (Red+Green+Blue) = 75+223+85=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF55 is #B420AA. Grayscale: #A3A3A3. Windows color (decimal): -11804843 or 5627723. OLE color: 5627723.
HSL color Cylindrical-coordinate representation of color #4BDF55: hue angle of 124.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDF55 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 85 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.13 |
| HSL | 124.05º | 0.7% | 0.58% | - |
| HSV(B) | 124.05º | 0.66% | 0.87% | - |
| XYZ | 30.93 | 54.93 | 17.57 | - |
| YUV | 163.02 | 83.97 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 85 | 0.66 | 0 | 0.62 | 0.13 | 124.05 | 0.7 | 0.58 |
| Hex | 4B | DF | 55 | 42 | 0 | 3E | D | 7C | 46 | 3A |
| Octal | 113 | 337 | 125 | 102 | 0 | 76 | 15 | 174 | 106 | 72 |
| Binary | 1001011 | 11011111 | 1010101 | 1000010 | 0 | 111110 | 1101 | 1111100 | 1000110 | 111010 |
Color Harmonies of #4BDF55
Complementary color
Monochromatic Colors of #4BDF55
Black with #4BDF55
Text Example
Text Example
White with #4BDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF55; }
p { color: rgb(75,223,85); }
H1.HeaderClassName
{
color: #4BDF55;
}
.AnyTagClassName
{
color: #4BDF55;
}
</style>
background-color css
<style>
a { background-color: #4BDF55; }
a { background-color: rgb(75,223,85); }
div.DivClassName
{
background-color: #4BDF55;
}
.BgClassName
{
background-color: #4BDF55;
}
</style>
border-color css
<style>
span { border-color: #4BDF55; }
span { border-color: rgb(75,223,85); }
td.TdClassName
{
border-color: #4BDF55;
}
.TagClassName
{
border-color: #4BDF55;
}
</style>