Shades of Screamin' Green #55FB4C
Tints of Screamin' Green #55FB4C
RGB
CMYK
RGB Variations
Color information
#55FB4C (or 0x55FB4C) is known color: Screamin' Green. HEX triplet: 55, FB and 4C. RGB value is (85,251,76). Sum of RGB (Red+Green+Blue) = 85+251+76=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 251 (98.44% from 255 or 60.92% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 251 - color contains mainly: green. Hex color #55FB4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FB4C is #AA04B3. Grayscale: #B5B5B5. Windows color (decimal): -11142324 or 5045077. OLE color: 5045077.
HSL color Cylindrical-coordinate representation of color #55FB4C: hue angle of 116.91º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55FB4C is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 76 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.02 |
| HSL | 116.91º | 0.96% | 0.64% | - |
| HSV(B) | 116.91º | 0.7% | 0.98% | - |
| XYZ | 39.55 | 71.45 | 18.54 | - |
| YUV | 181.42 | 68.5 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 76 | 0.66 | 0 | 0.70 | 0.02 | 116.91 | 0.96 | 0.64 |
| Hex | 55 | FB | 4C | 42 | 0 | 46 | 2 | 75 | 60 | 40 |
| Octal | 125 | 373 | 114 | 102 | 0 | 106 | 2 | 165 | 140 | 100 |
| Binary | 1010101 | 11111011 | 1001100 | 1000010 | 0 | 1000110 | 10 | 1110101 | 1100000 | 1000000 |
Color Harmonies of #55FB4C
Complementary color
Monochromatic Colors of #55FB4C
Black with #55FB4C
Text Example
Text Example
White with #55FB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FB4C; }
p { color: rgb(85,251,76); }
H1.HeaderClassName
{
color: #55FB4C;
}
.AnyTagClassName
{
color: #55FB4C;
}
</style>
background-color css
<style>
a { background-color: #55FB4C; }
a { background-color: rgb(85,251,76); }
div.DivClassName
{
background-color: #55FB4C;
}
.BgClassName
{
background-color: #55FB4C;
}
</style>
border-color css
<style>
span { border-color: #55FB4C; }
span { border-color: rgb(85,251,76); }
td.TdClassName
{
border-color: #55FB4C;
}
.TagClassName
{
border-color: #55FB4C;
}
</style>