Shades of Screamin' Green #55F93C
Tints of Screamin' Green #55F93C
RGB
CMYK
RGB Variations
Color information
#55F93C (or 0x55F93C) is known color: Screamin' Green. HEX triplet: 55, F9 and 3C. RGB value is (85,249,60). Sum of RGB (Red+Green+Blue) = 85+249+60=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 249 (97.66% from 255 or 63.20% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 249 - color contains mainly: green. Hex color #55F93C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F93C is #AA06C3. Grayscale: #B3B3B3. Windows color (decimal): -11142852 or 3995989. OLE color: 3995989.
HSL color Cylindrical-coordinate representation of color #55F93C: hue angle of 112.06º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55F93C is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 60 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.02 |
| HSL | 112.06º | 0.94% | 0.61% | - |
| HSV(B) | 112.06º | 0.76% | 0.98% | - |
| XYZ | 38.44 | 70.01 | 15.76 | - |
| YUV | 178.42 | 61.17 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 60 | 0.66 | 0 | 0.76 | 0.02 | 112.06 | 0.94 | 0.61 |
| Hex | 55 | F9 | 3C | 42 | 0 | 4C | 2 | 70 | 5E | 3D |
| Octal | 125 | 371 | 74 | 102 | 0 | 114 | 2 | 160 | 136 | 75 |
| Binary | 1010101 | 11111001 | 111100 | 1000010 | 0 | 1001100 | 10 | 1110000 | 1011110 | 111101 |
Color Harmonies of #55F93C
Complementary color
Monochromatic Colors of #55F93C
Black with #55F93C
Text Example
Text Example
White with #55F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F93C; }
p { color: rgb(85,249,60); }
H1.HeaderClassName
{
color: #55F93C;
}
.AnyTagClassName
{
color: #55F93C;
}
</style>
background-color css
<style>
a { background-color: #55F93C; }
a { background-color: rgb(85,249,60); }
div.DivClassName
{
background-color: #55F93C;
}
.BgClassName
{
background-color: #55F93C;
}
</style>
border-color css
<style>
span { border-color: #55F93C; }
span { border-color: rgb(85,249,60); }
td.TdClassName
{
border-color: #55F93C;
}
.TagClassName
{
border-color: #55F93C;
}
</style>