Shades of Christi #5D9903
Tints of Christi #5D9903
RGB
CMYK
RGB Variations
Color information
#5D9903 (or 0x5D9903) is known color: Christi. HEX triplet: 5D, 99 and 03. RGB value is (93,153,3). Sum of RGB (Red+Green+Blue) = 93+153+3=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9903 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9903 is #A266FC. Grayscale: #767676. Windows color (decimal): -10643197 or 235869. OLE color: 235869.
HSL color Cylindrical-coordinate representation of color #5D9903: hue angle of 84º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D9903 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 153 | 3 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.4 |
| HSL | 84º | 0.96% | 0.31% | - |
| HSV(B) | 84º | 0.98% | 0.6% | - |
| XYZ | 15.92 | 25.12 | 4.09 | - |
| YUV | 117.96 | 63.12 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 3 | 0.39 | 0 | 0.98 | 0.4 | 84 | 0.96 | 0.31 |
| Hex | 5D | 99 | 3 | 27 | 0 | 62 | 28 | 54 | 60 | 1F |
| Octal | 135 | 231 | 3 | 47 | 0 | 142 | 50 | 124 | 140 | 37 |
| Binary | 1011101 | 10011001 | 11 | 100111 | 0 | 1100010 | 101000 | 1010100 | 1100000 | 11111 |
Color Harmonies of #5D9903
Complementary color
Monochromatic Colors of #5D9903
Black with #5D9903
Text Example
Text Example
White with #5D9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9903; }
p { color: rgb(93,153,3); }
H1.HeaderClassName
{
color: #5D9903;
}
.AnyTagClassName
{
color: #5D9903;
}
</style>
background-color css
<style>
a { background-color: #5D9903; }
a { background-color: rgb(93,153,3); }
div.DivClassName
{
background-color: #5D9903;
}
.BgClassName
{
background-color: #5D9903;
}
</style>
border-color css
<style>
span { border-color: #5D9903; }
span { border-color: rgb(93,153,3); }
td.TdClassName
{
border-color: #5D9903;
}
.TagClassName
{
border-color: #5D9903;
}
</style>