Shades of Screamin' Green #4BFF66
Tints of Screamin' Green #4BFF66
RGB
CMYK
RGB Variations
Color information
#4BFF66 (or 0x4BFF66) is known color: Screamin' Green. HEX triplet: 4B, FF and 66. RGB value is (75,255,102). Sum of RGB (Red+Green+Blue) = 75+255+102=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BFF66 is #B40099. Grayscale: #B8B8B8. Windows color (decimal): -11796634 or 6750027. OLE color: 6750027.
HSL color Cylindrical-coordinate representation of color #4BFF66: hue angle of 129º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFF66 is Cyan = 0.71, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 102 | - |
| CMYK | 0.71 | 0 | 0.6 | 0 |
| HSL | 129º | 1% | 0.65% | - |
| HSV(B) | 129º | 0.71% | 1% | - |
| XYZ | 41.06 | 73.98 | 24.68 | - |
| YUV | 183.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 102 | 0.71 | 0 | 0.6 | 0 | 129 | 1 | 0.65 |
| Hex | 4B | FF | 66 | 47 | 0 | 3C | 0 | 81 | 64 | 41 |
| Octal | 113 | 377 | 146 | 107 | 0 | 74 | 0 | 201 | 144 | 101 |
| Binary | 1001011 | 11111111 | 1100110 | 1000111 | 0 | 111100 | 0 | 10000001 | 1100100 | 1000001 |
Color Harmonies of #4BFF66
Complementary color
Monochromatic Colors of #4BFF66
Black with #4BFF66
Text Example
Text Example
White with #4BFF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFF66; }
p { color: rgb(75,255,102); }
H1.HeaderClassName
{
color: #4BFF66;
}
.AnyTagClassName
{
color: #4BFF66;
}
</style>
background-color css
<style>
a { background-color: #4BFF66; }
a { background-color: rgb(75,255,102); }
div.DivClassName
{
background-color: #4BFF66;
}
.BgClassName
{
background-color: #4BFF66;
}
</style>
border-color css
<style>
span { border-color: #4BFF66; }
span { border-color: rgb(75,255,102); }
td.TdClassName
{
border-color: #4BFF66;
}
.TagClassName
{
border-color: #4BFF66;
}
</style>