Shades of Christi #5F9905
Tints of Christi #5F9905
RGB
CMYK
RGB Variations
Color information
#5F9905 (or 0x5F9905) is known color: Christi. HEX triplet: 5F, 99 and 05. RGB value is (95,153,5). Sum of RGB (Red+Green+Blue) = 95+153+5=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9905 is #A066FA. Grayscale: #777777. Windows color (decimal): -10512123 or 366943. OLE color: 366943.
HSL color Cylindrical-coordinate representation of color #5F9905: hue angle of 83.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F9905 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 5 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.4 |
| HSL | 83.51º | 0.94% | 0.31% | - |
| HSV(B) | 83.51º | 0.97% | 0.6% | - |
| XYZ | 16.14 | 25.23 | 4.16 | - |
| YUV | 118.79 | 63.78 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 5 | 0.38 | 0 | 0.97 | 0.4 | 83.51 | 0.94 | 0.31 |
| Hex | 5F | 99 | 5 | 26 | 0 | 61 | 28 | 54 | 5E | 1F |
| Octal | 137 | 231 | 5 | 46 | 0 | 141 | 50 | 124 | 136 | 37 |
| Binary | 1011111 | 10011001 | 101 | 100110 | 0 | 1100001 | 101000 | 1010100 | 1011110 | 11111 |
Color Harmonies of #5F9905
Complementary color
Monochromatic Colors of #5F9905
Black with #5F9905
Text Example
Text Example
White with #5F9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9905; }
p { color: rgb(95,153,5); }
H1.HeaderClassName
{
color: #5F9905;
}
.AnyTagClassName
{
color: #5F9905;
}
</style>
background-color css
<style>
a { background-color: #5F9905; }
a { background-color: rgb(95,153,5); }
div.DivClassName
{
background-color: #5F9905;
}
.BgClassName
{
background-color: #5F9905;
}
</style>
border-color css
<style>
span { border-color: #5F9905; }
span { border-color: rgb(95,153,5); }
td.TdClassName
{
border-color: #5F9905;
}
.TagClassName
{
border-color: #5F9905;
}
</style>