Shades of Screamin' Green #55F94C
Tints of Screamin' Green #55F94C
RGB
CMYK
RGB Variations
Color information
#55F94C (or 0x55F94C) is known color: Screamin' Green. HEX triplet: 55, F9 and 4C. RGB value is (85,249,76). Sum of RGB (Red+Green+Blue) = 85+249+76=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #55F94C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F94C is #AA06B3. Grayscale: #B4B4B4. Windows color (decimal): -11142836 or 5044565. OLE color: 5044565.
HSL color Cylindrical-coordinate representation of color #55F94C: hue angle of 116.88º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55F94C is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 76 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.02 |
| HSL | 116.88º | 0.94% | 0.64% | - |
| HSV(B) | 116.88º | 0.69% | 0.98% | - |
| XYZ | 38.93 | 70.2 | 18.34 | - |
| YUV | 180.24 | 69.17 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 76 | 0.66 | 0 | 0.69 | 0.02 | 116.88 | 0.94 | 0.64 |
| Hex | 55 | F9 | 4C | 42 | 0 | 45 | 2 | 75 | 5E | 40 |
| Octal | 125 | 371 | 114 | 102 | 0 | 105 | 2 | 165 | 136 | 100 |
| Binary | 1010101 | 11111001 | 1001100 | 1000010 | 0 | 1000101 | 10 | 1110101 | 1011110 | 1000000 |
Color Harmonies of #55F94C
Complementary color
Monochromatic Colors of #55F94C
Black with #55F94C
Text Example
Text Example
White with #55F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F94C; }
p { color: rgb(85,249,76); }
H1.HeaderClassName
{
color: #55F94C;
}
.AnyTagClassName
{
color: #55F94C;
}
</style>
background-color css
<style>
a { background-color: #55F94C; }
a { background-color: rgb(85,249,76); }
div.DivClassName
{
background-color: #55F94C;
}
.BgClassName
{
background-color: #55F94C;
}
</style>
border-color css
<style>
span { border-color: #55F94C; }
span { border-color: rgb(85,249,76); }
td.TdClassName
{
border-color: #55F94C;
}
.TagClassName
{
border-color: #55F94C;
}
</style>