Shades of Christi #5DAB0B
Tints of Christi #5DAB0B
RGB
CMYK
RGB Variations
Color information
#5DAB0B (or 0x5DAB0B) is known color: Christi. HEX triplet: 5D, AB and 0B. RGB value is (93,171,11). Sum of RGB (Red+Green+Blue) = 93+171+11=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAB0B is #A254F4. Grayscale: #828282. Windows color (decimal): -10638581 or 764765. OLE color: 764765.
HSL color Cylindrical-coordinate representation of color #5DAB0B: hue angle of 89.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DAB0B is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 11 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.33 |
| HSL | 89.25º | 0.88% | 0.36% | - |
| HSV(B) | 89.25º | 0.94% | 0.67% | - |
| XYZ | 19.14 | 31.48 | 5.38 | - |
| YUV | 129.44 | 61.16 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 11 | 0.46 | 0 | 0.94 | 0.33 | 89.25 | 0.88 | 0.36 |
| Hex | 5D | AB | B | 2E | 0 | 5E | 21 | 59 | 58 | 24 |
| Octal | 135 | 253 | 13 | 56 | 0 | 136 | 41 | 131 | 130 | 44 |
| Binary | 1011101 | 10101011 | 1011 | 101110 | 0 | 1011110 | 100001 | 1011001 | 1011000 | 100100 |
Color Harmonies of #5DAB0B
Complementary color
Monochromatic Colors of #5DAB0B
Black with #5DAB0B
Text Example
Text Example
White with #5DAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAB0B; }
p { color: rgb(93,171,11); }
H1.HeaderClassName
{
color: #5DAB0B;
}
.AnyTagClassName
{
color: #5DAB0B;
}
</style>
background-color css
<style>
a { background-color: #5DAB0B; }
a { background-color: rgb(93,171,11); }
div.DivClassName
{
background-color: #5DAB0B;
}
.BgClassName
{
background-color: #5DAB0B;
}
</style>
border-color css
<style>
span { border-color: #5DAB0B; }
span { border-color: rgb(93,171,11); }
td.TdClassName
{
border-color: #5DAB0B;
}
.TagClassName
{
border-color: #5DAB0B;
}
</style>