Shades of Screamin' Green #55F06B
Tints of Screamin' Green #55F06B
RGB
CMYK
RGB Variations
Color information
#55F06B (or 0x55F06B) is known color: Screamin' Green. HEX triplet: 55, F0 and 6B. RGB value is (85,240,107). Sum of RGB (Red+Green+Blue) = 85+240+107=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #55F06B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F06B is #AA0F94. Grayscale: #B2B2B2. Windows color (decimal): -11145109 or 7073877. OLE color: 7073877.
HSL color Cylindrical-coordinate representation of color #55F06B: hue angle of 128.52º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F06B is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 107 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.06 |
| HSL | 128.52º | 0.84% | 0.64% | - |
| HSV(B) | 128.52º | 0.65% | 0.94% | - |
| XYZ | 37.56 | 65.31 | 24.54 | - |
| YUV | 178.49 | 87.65 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 107 | 0.65 | 0 | 0.55 | 0.06 | 128.52 | 0.84 | 0.64 |
| Hex | 55 | F0 | 6B | 41 | 0 | 37 | 6 | 81 | 54 | 40 |
| Octal | 125 | 360 | 153 | 101 | 0 | 67 | 6 | 201 | 124 | 100 |
| Binary | 1010101 | 11110000 | 1101011 | 1000001 | 0 | 110111 | 110 | 10000001 | 1010100 | 1000000 |
Color Harmonies of #55F06B
Complementary color
Monochromatic Colors of #55F06B
Black with #55F06B
Text Example
Text Example
White with #55F06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F06B; }
p { color: rgb(85,240,107); }
H1.HeaderClassName
{
color: #55F06B;
}
.AnyTagClassName
{
color: #55F06B;
}
</style>
background-color css
<style>
a { background-color: #55F06B; }
a { background-color: rgb(85,240,107); }
div.DivClassName
{
background-color: #55F06B;
}
.BgClassName
{
background-color: #55F06B;
}
</style>
border-color css
<style>
span { border-color: #55F06B; }
span { border-color: rgb(85,240,107); }
td.TdClassName
{
border-color: #55F06B;
}
.TagClassName
{
border-color: #55F06B;
}
</style>