Shades of Screamin' Green #55F43D
Tints of Screamin' Green #55F43D
RGB
CMYK
RGB Variations
Color information
#55F43D (or 0x55F43D) is known color: Screamin' Green. HEX triplet: 55, F4 and 3D. RGB value is (85,244,61). Sum of RGB (Red+Green+Blue) = 85+244+61=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 244 (95.70% from 255 or 62.56% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 244 - color contains mainly: green. Hex color #55F43D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F43D is #AA0BC2. Grayscale: #B0B0B0. Windows color (decimal): -11144131 or 4060245. OLE color: 4060245.
HSL color Cylindrical-coordinate representation of color #55F43D: hue angle of 112.13º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55F43D is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 61 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.04 |
| HSL | 112.13º | 0.89% | 0.6% | - |
| HSV(B) | 112.13º | 0.75% | 0.96% | - |
| XYZ | 36.94 | 66.97 | 15.39 | - |
| YUV | 175.6 | 63.32 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 61 | 0.65 | 0 | 0.75 | 0.04 | 112.13 | 0.89 | 0.6 |
| Hex | 55 | F4 | 3D | 41 | 0 | 4B | 4 | 70 | 59 | 3C |
| Octal | 125 | 364 | 75 | 101 | 0 | 113 | 4 | 160 | 131 | 74 |
| Binary | 1010101 | 11110100 | 111101 | 1000001 | 0 | 1001011 | 100 | 1110000 | 1011001 | 111100 |
Color Harmonies of #55F43D
Complementary color
Monochromatic Colors of #55F43D
Black with #55F43D
Text Example
Text Example
White with #55F43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F43D; }
p { color: rgb(85,244,61); }
H1.HeaderClassName
{
color: #55F43D;
}
.AnyTagClassName
{
color: #55F43D;
}
</style>
background-color css
<style>
a { background-color: #55F43D; }
a { background-color: rgb(85,244,61); }
div.DivClassName
{
background-color: #55F43D;
}
.BgClassName
{
background-color: #55F43D;
}
</style>
border-color css
<style>
span { border-color: #55F43D; }
span { border-color: rgb(85,244,61); }
td.TdClassName
{
border-color: #55F43D;
}
.TagClassName
{
border-color: #55F43D;
}
</style>