Shades of Screamin' Green #4BED4D
Tints of Screamin' Green #4BED4D
RGB
CMYK
RGB Variations
Color information
#4BED4D (or 0x4BED4D) is known color: Screamin' Green. HEX triplet: 4B, ED and 4D. RGB value is (75,237,77). Sum of RGB (Red+Green+Blue) = 75+237+77=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 237 (92.97% from 255 or 60.93% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 237 - color contains mainly: green. Hex color #4BED4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BED4D is #B412B2. Grayscale: #AAAAAA. Windows color (decimal): -11801267 or 5107019. OLE color: 5107019.
HSL color Cylindrical-coordinate representation of color #4BED4D: hue angle of 120.74º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BED4D is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 237 | 77 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.07 |
| HSL | 120.74º | 0.82% | 0.61% | - |
| HSV(B) | 120.74º | 0.68% | 0.93% | - |
| XYZ | 34.53 | 62.6 | 17.28 | - |
| YUV | 170.32 | 75.33 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 237 | 77 | 0.68 | 0 | 0.68 | 0.07 | 120.74 | 0.82 | 0.61 |
| Hex | 4B | ED | 4D | 44 | 0 | 44 | 7 | 79 | 52 | 3D |
| Octal | 113 | 355 | 115 | 104 | 0 | 104 | 7 | 171 | 122 | 75 |
| Binary | 1001011 | 11101101 | 1001101 | 1000100 | 0 | 1000100 | 111 | 1111001 | 1010010 | 111101 |
Color Harmonies of #4BED4D
Complementary color
Monochromatic Colors of #4BED4D
Black with #4BED4D
Text Example
Text Example
White with #4BED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BED4D; }
p { color: rgb(75,237,77); }
H1.HeaderClassName
{
color: #4BED4D;
}
.AnyTagClassName
{
color: #4BED4D;
}
</style>
background-color css
<style>
a { background-color: #4BED4D; }
a { background-color: rgb(75,237,77); }
div.DivClassName
{
background-color: #4BED4D;
}
.BgClassName
{
background-color: #4BED4D;
}
</style>
border-color css
<style>
span { border-color: #4BED4D; }
span { border-color: rgb(75,237,77); }
td.TdClassName
{
border-color: #4BED4D;
}
.TagClassName
{
border-color: #4BED4D;
}
</style>