Shades of Screamin' Green #55F94A
Tints of Screamin' Green #55F94A
RGB
CMYK
RGB Variations
Color information
#55F94A (or 0x55F94A) is known color: Screamin' Green. HEX triplet: 55, F9 and 4A. RGB value is (85,249,74). Sum of RGB (Red+Green+Blue) = 85+249+74=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 249 (97.66% from 255 or 61.03% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 249 - color contains mainly: green. Hex color #55F94A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F94A is #AA06B5. Grayscale: #B4B4B4. Windows color (decimal): -11142838 or 4913493. OLE color: 4913493.
HSL color Cylindrical-coordinate representation of color #55F94A: hue angle of 116.23º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55F94A is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 74 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.02 |
| HSL | 116.23º | 0.94% | 0.63% | - |
| HSV(B) | 116.23º | 0.7% | 0.98% | - |
| XYZ | 38.86 | 70.18 | 17.98 | - |
| YUV | 180.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 74 | 0.66 | 0 | 0.70 | 0.02 | 116.23 | 0.94 | 0.63 |
| Hex | 55 | F9 | 4A | 42 | 0 | 46 | 2 | 74 | 5E | 3F |
| Octal | 125 | 371 | 112 | 102 | 0 | 106 | 2 | 164 | 136 | 77 |
| Binary | 1010101 | 11111001 | 1001010 | 1000010 | 0 | 1000110 | 10 | 1110100 | 1011110 | 111111 |
Color Harmonies of #55F94A
Complementary color
Monochromatic Colors of #55F94A
Black with #55F94A
Text Example
Text Example
White with #55F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F94A; }
p { color: rgb(85,249,74); }
H1.HeaderClassName
{
color: #55F94A;
}
.AnyTagClassName
{
color: #55F94A;
}
</style>
background-color css
<style>
a { background-color: #55F94A; }
a { background-color: rgb(85,249,74); }
div.DivClassName
{
background-color: #55F94A;
}
.BgClassName
{
background-color: #55F94A;
}
</style>
border-color css
<style>
span { border-color: #55F94A; }
span { border-color: rgb(85,249,74); }
td.TdClassName
{
border-color: #55F94A;
}
.TagClassName
{
border-color: #55F94A;
}
</style>