Shades of Christi #5DA715
Tints of Christi #5DA715
RGB
CMYK
RGB Variations
Color information
#5DA715 (or 0x5DA715) is known color: Christi. HEX triplet: 5D, A7 and 15. RGB value is (93,167,21). Sum of RGB (Red+Green+Blue) = 93+167+21=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 167 (65.62% from 255 or 59.43% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA715 is #A258EA. Grayscale: #808080. Windows color (decimal): -10639595 or 1419101. OLE color: 1419101.
HSL color Cylindrical-coordinate representation of color #5DA715: hue angle of 90.41º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5DA715 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 167 | 21 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.35 |
| HSL | 90.41º | 0.78% | 0.37% | - |
| HSV(B) | 90.41º | 0.87% | 0.65% | - |
| XYZ | 18.47 | 30.02 | 5.53 | - |
| YUV | 128.23 | 67.48 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 167 | 21 | 0.44 | 0 | 0.87 | 0.35 | 90.41 | 0.78 | 0.37 |
| Hex | 5D | A7 | 15 | 2C | 0 | 57 | 23 | 5A | 4E | 25 |
| Octal | 135 | 247 | 25 | 54 | 0 | 127 | 43 | 132 | 116 | 45 |
| Binary | 1011101 | 10100111 | 10101 | 101100 | 0 | 1010111 | 100011 | 1011010 | 1001110 | 100101 |
Color Harmonies of #5DA715
Complementary color
Monochromatic Colors of #5DA715
Black with #5DA715
Text Example
Text Example
White with #5DA715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA715; }
p { color: rgb(93,167,21); }
H1.HeaderClassName
{
color: #5DA715;
}
.AnyTagClassName
{
color: #5DA715;
}
</style>
background-color css
<style>
a { background-color: #5DA715; }
a { background-color: rgb(93,167,21); }
div.DivClassName
{
background-color: #5DA715;
}
.BgClassName
{
background-color: #5DA715;
}
</style>
border-color css
<style>
span { border-color: #5DA715; }
span { border-color: rgb(93,167,21); }
td.TdClassName
{
border-color: #5DA715;
}
.TagClassName
{
border-color: #5DA715;
}
</style>