Shades of Screamin' Green #55F03D
Tints of Screamin' Green #55F03D
RGB
CMYK
RGB Variations
Color information
#55F03D (or 0x55F03D) is known color: Screamin' Green. HEX triplet: 55, F0 and 3D. RGB value is (85,240,61). Sum of RGB (Red+Green+Blue) = 85+240+61=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #55F03D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F03D is #AA0FC2. Grayscale: #ADADAD. Windows color (decimal): -11145155 or 4059221. OLE color: 4059221.
HSL color Cylindrical-coordinate representation of color #55F03D: hue angle of 111.96º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55F03D is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 61 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.06 |
| HSL | 111.96º | 0.86% | 0.59% | - |
| HSV(B) | 111.96º | 0.75% | 0.94% | - |
| XYZ | 35.75 | 64.59 | 15 | - |
| YUV | 173.25 | 64.65 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 61 | 0.65 | 0 | 0.75 | 0.06 | 111.96 | 0.86 | 0.59 |
| Hex | 55 | F0 | 3D | 41 | 0 | 4B | 6 | 70 | 56 | 3B |
| Octal | 125 | 360 | 75 | 101 | 0 | 113 | 6 | 160 | 126 | 73 |
| Binary | 1010101 | 11110000 | 111101 | 1000001 | 0 | 1001011 | 110 | 1110000 | 1010110 | 111011 |
Color Harmonies of #55F03D
Complementary color
Monochromatic Colors of #55F03D
Black with #55F03D
Text Example
Text Example
White with #55F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F03D; }
p { color: rgb(85,240,61); }
H1.HeaderClassName
{
color: #55F03D;
}
.AnyTagClassName
{
color: #55F03D;
}
</style>
background-color css
<style>
a { background-color: #55F03D; }
a { background-color: rgb(85,240,61); }
div.DivClassName
{
background-color: #55F03D;
}
.BgClassName
{
background-color: #55F03D;
}
</style>
border-color css
<style>
span { border-color: #55F03D; }
span { border-color: rgb(85,240,61); }
td.TdClassName
{
border-color: #55F03D;
}
.TagClassName
{
border-color: #55F03D;
}
</style>