Shades of Screamin' Green #55FC68
Tints of Screamin' Green #55FC68
RGB
CMYK
RGB Variations
Color information
#55FC68 (or 0x55FC68) is known color: Screamin' Green. HEX triplet: 55, FC and 68. RGB value is (85,252,104). Sum of RGB (Red+Green+Blue) = 85+252+104=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FC68 is #AA0397. Grayscale: #B9B9B9. Windows color (decimal): -11142040 or 6880341. OLE color: 6880341.
HSL color Cylindrical-coordinate representation of color #55FC68: hue angle of 126.83º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FC68 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 104 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.01 |
| HSL | 126.83º | 0.97% | 0.66% | - |
| HSV(B) | 126.83º | 0.66% | 0.99% | - |
| XYZ | 41.06 | 72.55 | 24.94 | - |
| YUV | 185.2 | 82.17 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 104 | 0.66 | 0 | 0.59 | 0.01 | 126.83 | 0.97 | 0.66 |
| Hex | 55 | FC | 68 | 42 | 0 | 3B | 1 | 7F | 61 | 42 |
| Octal | 125 | 374 | 150 | 102 | 0 | 73 | 1 | 177 | 141 | 102 |
| Binary | 1010101 | 11111100 | 1101000 | 1000010 | 0 | 111011 | 1 | 1111111 | 1100001 | 1000010 |
Color Harmonies of #55FC68
Complementary color
Monochromatic Colors of #55FC68
Black with #55FC68
Text Example
Text Example
White with #55FC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FC68; }
p { color: rgb(85,252,104); }
H1.HeaderClassName
{
color: #55FC68;
}
.AnyTagClassName
{
color: #55FC68;
}
</style>
background-color css
<style>
a { background-color: #55FC68; }
a { background-color: rgb(85,252,104); }
div.DivClassName
{
background-color: #55FC68;
}
.BgClassName
{
background-color: #55FC68;
}
</style>
border-color css
<style>
span { border-color: #55FC68; }
span { border-color: rgb(85,252,104); }
td.TdClassName
{
border-color: #55FC68;
}
.TagClassName
{
border-color: #55FC68;
}
</style>