Shades of Screamin' Green #4BF250
Tints of Screamin' Green #4BF250
RGB
CMYK
RGB Variations
Color information
#4BF250 (or 0x4BF250) is known color: Screamin' Green. HEX triplet: 4B, F2 and 50. RGB value is (75,242,80). Sum of RGB (Red+Green+Blue) = 75+242+80=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BF250 is #B40DAF. Grayscale: #AEAEAE. Windows color (decimal): -11799984 or 5304907. OLE color: 5304907.
HSL color Cylindrical-coordinate representation of color #4BF250: hue angle of 121.8º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF250 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 80 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.05 |
| HSL | 121.8º | 0.87% | 0.62% | - |
| HSV(B) | 121.8º | 0.69% | 0.95% | - |
| XYZ | 36.1 | 65.58 | 18.34 | - |
| YUV | 173.6 | 75.17 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 80 | 0.69 | 0 | 0.67 | 0.05 | 121.8 | 0.87 | 0.62 |
| Hex | 4B | F2 | 50 | 45 | 0 | 43 | 5 | 7A | 57 | 3E |
| Octal | 113 | 362 | 120 | 105 | 0 | 103 | 5 | 172 | 127 | 76 |
| Binary | 1001011 | 11110010 | 1010000 | 1000101 | 0 | 1000011 | 101 | 1111010 | 1010111 | 111110 |
Color Harmonies of #4BF250
Complementary color
Monochromatic Colors of #4BF250
Black with #4BF250
Text Example
Text Example
White with #4BF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF250; }
p { color: rgb(75,242,80); }
H1.HeaderClassName
{
color: #4BF250;
}
.AnyTagClassName
{
color: #4BF250;
}
</style>
background-color css
<style>
a { background-color: #4BF250; }
a { background-color: rgb(75,242,80); }
div.DivClassName
{
background-color: #4BF250;
}
.BgClassName
{
background-color: #4BF250;
}
</style>
border-color css
<style>
span { border-color: #4BF250; }
span { border-color: rgb(75,242,80); }
td.TdClassName
{
border-color: #4BF250;
}
.TagClassName
{
border-color: #4BF250;
}
</style>