Shades of Screamin' Green #55FA34
Tints of Screamin' Green #55FA34
RGB
CMYK
RGB Variations
Color information
#55FA34 (or 0x55FA34) is known color: Screamin' Green. HEX triplet: 55, FA and 34. RGB value is (85,250,52). Sum of RGB (Red+Green+Blue) = 85+250+52=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FA34 is #AA05CB. Grayscale: #B2B2B2. Windows color (decimal): -11142604 or 3471957. OLE color: 3471957.
HSL color Cylindrical-coordinate representation of color #55FA34: hue angle of 110º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55FA34 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 52 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.02 |
| HSL | 110º | 0.95% | 0.59% | - |
| HSV(B) | 110º | 0.79% | 0.98% | - |
| XYZ | 38.55 | 70.55 | 14.83 | - |
| YUV | 178.09 | 56.84 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 52 | 0.66 | 0 | 0.79 | 0.02 | 110 | 0.95 | 0.59 |
| Hex | 55 | FA | 34 | 42 | 0 | 4F | 2 | 6E | 5F | 3B |
| Octal | 125 | 372 | 64 | 102 | 0 | 117 | 2 | 156 | 137 | 73 |
| Binary | 1010101 | 11111010 | 110100 | 1000010 | 0 | 1001111 | 10 | 1101110 | 1011111 | 111011 |
Color Harmonies of #55FA34
Complementary color
Monochromatic Colors of #55FA34
Black with #55FA34
Text Example
Text Example
White with #55FA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA34; }
p { color: rgb(85,250,52); }
H1.HeaderClassName
{
color: #55FA34;
}
.AnyTagClassName
{
color: #55FA34;
}
</style>
background-color css
<style>
a { background-color: #55FA34; }
a { background-color: rgb(85,250,52); }
div.DivClassName
{
background-color: #55FA34;
}
.BgClassName
{
background-color: #55FA34;
}
</style>
border-color css
<style>
span { border-color: #55FA34; }
span { border-color: rgb(85,250,52); }
td.TdClassName
{
border-color: #55FA34;
}
.TagClassName
{
border-color: #55FA34;
}
</style>