Shades of Christi #5FB121
Tints of Christi #5FB121
RGB
CMYK
RGB Variations
Color information
#5FB121 (or 0x5FB121) is known color: Christi. HEX triplet: 5F, B1 and 21. RGB value is (95,177,33). Sum of RGB (Red+Green+Blue) = 95+177+33=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB121 is #A04EDE. Grayscale: #888888. Windows color (decimal): -10505951 or 2208095. OLE color: 2208095.
HSL color Cylindrical-coordinate representation of color #5FB121: hue angle of 94.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FB121 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 33 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.31 |
| HSL | 94.17º | 0.69% | 0.41% | - |
| HSV(B) | 94.17º | 0.81% | 0.69% | - |
| XYZ | 20.72 | 33.99 | 6.91 | - |
| YUV | 136.07 | 69.83 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 33 | 0.46 | 0 | 0.81 | 0.31 | 94.17 | 0.69 | 0.41 |
| Hex | 5F | B1 | 21 | 2E | 0 | 51 | 1F | 5E | 45 | 29 |
| Octal | 137 | 261 | 41 | 56 | 0 | 121 | 37 | 136 | 105 | 51 |
| Binary | 1011111 | 10110001 | 100001 | 101110 | 0 | 1010001 | 11111 | 1011110 | 1000101 | 101001 |
Color Harmonies of #5FB121
Complementary color
Monochromatic Colors of #5FB121
Black with #5FB121
Text Example
Text Example
White with #5FB121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB121; }
p { color: rgb(95,177,33); }
H1.HeaderClassName
{
color: #5FB121;
}
.AnyTagClassName
{
color: #5FB121;
}
</style>
background-color css
<style>
a { background-color: #5FB121; }
a { background-color: rgb(95,177,33); }
div.DivClassName
{
background-color: #5FB121;
}
.BgClassName
{
background-color: #5FB121;
}
</style>
border-color css
<style>
span { border-color: #5FB121; }
span { border-color: rgb(95,177,33); }
td.TdClassName
{
border-color: #5FB121;
}
.TagClassName
{
border-color: #5FB121;
}
</style>