Shades of Screamin' Green #55F73C
Tints of Screamin' Green #55F73C
RGB
CMYK
RGB Variations
Color information
#55F73C (or 0x55F73C) is known color: Screamin' Green. HEX triplet: 55, F7 and 3C. RGB value is (85,247,60). Sum of RGB (Red+Green+Blue) = 85+247+60=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 247 (96.88% from 255 or 63.01% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 247 - color contains mainly: green. Hex color #55F73C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F73C is #AA08C3. Grayscale: #B1B1B1. Windows color (decimal): -11143364 or 3995477. OLE color: 3995477.
HSL color Cylindrical-coordinate representation of color #55F73C: hue angle of 111.98º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55F73C is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 60 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.03 |
| HSL | 111.98º | 0.92% | 0.6% | - |
| HSV(B) | 111.98º | 0.76% | 0.97% | - |
| XYZ | 37.82 | 68.78 | 15.56 | - |
| YUV | 177.24 | 61.83 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 60 | 0.66 | 0 | 0.76 | 0.03 | 111.98 | 0.92 | 0.6 |
| Hex | 55 | F7 | 3C | 42 | 0 | 4C | 3 | 70 | 5C | 3C |
| Octal | 125 | 367 | 74 | 102 | 0 | 114 | 3 | 160 | 134 | 74 |
| Binary | 1010101 | 11110111 | 111100 | 1000010 | 0 | 1001100 | 11 | 1110000 | 1011100 | 111100 |
Color Harmonies of #55F73C
Complementary color
Monochromatic Colors of #55F73C
Black with #55F73C
Text Example
Text Example
White with #55F73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F73C; }
p { color: rgb(85,247,60); }
H1.HeaderClassName
{
color: #55F73C;
}
.AnyTagClassName
{
color: #55F73C;
}
</style>
background-color css
<style>
a { background-color: #55F73C; }
a { background-color: rgb(85,247,60); }
div.DivClassName
{
background-color: #55F73C;
}
.BgClassName
{
background-color: #55F73C;
}
</style>
border-color css
<style>
span { border-color: #55F73C; }
span { border-color: rgb(85,247,60); }
td.TdClassName
{
border-color: #55F73C;
}
.TagClassName
{
border-color: #55F73C;
}
</style>