Shades of Christi #5DA608
Tints of Christi #5DA608
RGB
CMYK
RGB Variations
Color information
#5DA608 (or 0x5DA608) is known color: Christi. HEX triplet: 5D, A6 and 08. RGB value is (93,166,8). Sum of RGB (Red+Green+Blue) = 93+166+8=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 166 (65.23% from 255 or 62.17% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA608 is #A259F7. Grayscale: #7E7E7E. Windows color (decimal): -10639864 or 566877. OLE color: 566877.
HSL color Cylindrical-coordinate representation of color #5DA608: hue angle of 87.72º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DA608 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 166 | 8 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.35 |
| HSL | 87.72º | 0.91% | 0.34% | - |
| HSV(B) | 87.72º | 0.95% | 0.65% | - |
| XYZ | 18.19 | 29.62 | 4.99 | - |
| YUV | 126.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 8 | 0.44 | 0 | 0.95 | 0.35 | 87.72 | 0.91 | 0.34 |
| Hex | 5D | A6 | 8 | 2C | 0 | 5F | 23 | 58 | 5B | 22 |
| Octal | 135 | 246 | 10 | 54 | 0 | 137 | 43 | 130 | 133 | 42 |
| Binary | 1011101 | 10100110 | 1000 | 101100 | 0 | 1011111 | 100011 | 1011000 | 1011011 | 100010 |
Color Harmonies of #5DA608
Complementary color
Monochromatic Colors of #5DA608
Black with #5DA608
Text Example
Text Example
White with #5DA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA608; }
p { color: rgb(93,166,8); }
H1.HeaderClassName
{
color: #5DA608;
}
.AnyTagClassName
{
color: #5DA608;
}
</style>
background-color css
<style>
a { background-color: #5DA608; }
a { background-color: rgb(93,166,8); }
div.DivClassName
{
background-color: #5DA608;
}
.BgClassName
{
background-color: #5DA608;
}
</style>
border-color css
<style>
span { border-color: #5DA608; }
span { border-color: rgb(93,166,8); }
td.TdClassName
{
border-color: #5DA608;
}
.TagClassName
{
border-color: #5DA608;
}
</style>