Shades of Screamin' Green #55FA7D
Tints of Screamin' Green #55FA7D
RGB
CMYK
RGB Variations
Color information
#55FA7D (or 0x55FA7D) is known color: Screamin' Green. HEX triplet: 55, FA and 7D. RGB value is (85,250,125). Sum of RGB (Red+Green+Blue) = 85+250+125=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FA7D is #AA0582. Grayscale: #BABABA. Windows color (decimal): -11142531 or 8256085. OLE color: 8256085.
HSL color Cylindrical-coordinate representation of color #55FA7D: hue angle of 134.55º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FA7D is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 125 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.02 |
| HSL | 134.55º | 0.94% | 0.66% | - |
| HSV(B) | 134.55º | 0.66% | 0.98% | - |
| XYZ | 41.63 | 71.78 | 31.06 | - |
| YUV | 186.42 | 93.34 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 125 | 0.66 | 0 | 0.50 | 0.02 | 134.55 | 0.94 | 0.66 |
| Hex | 55 | FA | 7D | 42 | 0 | 32 | 2 | 87 | 5E | 42 |
| Octal | 125 | 372 | 175 | 102 | 0 | 62 | 2 | 207 | 136 | 102 |
| Binary | 1010101 | 11111010 | 1111101 | 1000010 | 0 | 110010 | 10 | 10000111 | 1011110 | 1000010 |
Color Harmonies of #55FA7D
Complementary color
Monochromatic Colors of #55FA7D
Black with #55FA7D
Text Example
Text Example
White with #55FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA7D; }
p { color: rgb(85,250,125); }
H1.HeaderClassName
{
color: #55FA7D;
}
.AnyTagClassName
{
color: #55FA7D;
}
</style>
background-color css
<style>
a { background-color: #55FA7D; }
a { background-color: rgb(85,250,125); }
div.DivClassName
{
background-color: #55FA7D;
}
.BgClassName
{
background-color: #55FA7D;
}
</style>
border-color css
<style>
span { border-color: #55FA7D; }
span { border-color: rgb(85,250,125); }
td.TdClassName
{
border-color: #55FA7D;
}
.TagClassName
{
border-color: #55FA7D;
}
</style>