Shades of Screamin' Green #55FA41
Tints of Screamin' Green #55FA41
RGB
CMYK
RGB Variations
Color information
#55FA41 (or 0x55FA41) is known color: Screamin' Green. HEX triplet: 55, FA and 41. RGB value is (85,250,65). Sum of RGB (Red+Green+Blue) = 85+250+65=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FA41 is #AA05BE. Grayscale: #B4B4B4. Windows color (decimal): -11142591 or 4323925. OLE color: 4323925.
HSL color Cylindrical-coordinate representation of color #55FA41: hue angle of 113.51º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55FA41 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 65 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.02 |
| HSL | 113.51º | 0.95% | 0.62% | - |
| HSV(B) | 113.51º | 0.74% | 0.98% | - |
| XYZ | 38.89 | 70.68 | 16.59 | - |
| YUV | 179.58 | 63.34 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 65 | 0.66 | 0 | 0.74 | 0.02 | 113.51 | 0.95 | 0.62 |
| Hex | 55 | FA | 41 | 42 | 0 | 4A | 2 | 72 | 5F | 3E |
| Octal | 125 | 372 | 101 | 102 | 0 | 112 | 2 | 162 | 137 | 76 |
| Binary | 1010101 | 11111010 | 1000001 | 1000010 | 0 | 1001010 | 10 | 1110010 | 1011111 | 111110 |
Color Harmonies of #55FA41
Complementary color
Monochromatic Colors of #55FA41
Black with #55FA41
Text Example
Text Example
White with #55FA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA41; }
p { color: rgb(85,250,65); }
H1.HeaderClassName
{
color: #55FA41;
}
.AnyTagClassName
{
color: #55FA41;
}
</style>
background-color css
<style>
a { background-color: #55FA41; }
a { background-color: rgb(85,250,65); }
div.DivClassName
{
background-color: #55FA41;
}
.BgClassName
{
background-color: #55FA41;
}
</style>
border-color css
<style>
span { border-color: #55FA41; }
span { border-color: rgb(85,250,65); }
td.TdClassName
{
border-color: #55FA41;
}
.TagClassName
{
border-color: #55FA41;
}
</style>