Shades of Christi #5DA906
Tints of Christi #5DA906
RGB
CMYK
RGB Variations
Color information
#5DA906 (or 0x5DA906) is known color: Christi. HEX triplet: 5D, A9 and 06. RGB value is (93,169,6). Sum of RGB (Red+Green+Blue) = 93+169+6=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 169 (66.41% from 255 or 63.06% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA906 is #A256F9. Grayscale: #808080. Windows color (decimal): -10639098 or 436573. OLE color: 436573.
HSL color Cylindrical-coordinate representation of color #5DA906: hue angle of 87.98º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DA906 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 6 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.34 |
| HSL | 87.98º | 0.93% | 0.34% | - |
| HSV(B) | 87.98º | 0.96% | 0.66% | - |
| XYZ | 18.74 | 30.72 | 5.11 | - |
| YUV | 127.69 | 59.32 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 6 | 0.45 | 0 | 0.96 | 0.34 | 87.98 | 0.93 | 0.34 |
| Hex | 5D | A9 | 6 | 2D | 0 | 60 | 22 | 58 | 5D | 22 |
| Octal | 135 | 251 | 6 | 55 | 0 | 140 | 42 | 130 | 135 | 42 |
| Binary | 1011101 | 10101001 | 110 | 101101 | 0 | 1100000 | 100010 | 1011000 | 1011101 | 100010 |
Color Harmonies of #5DA906
Complementary color
Monochromatic Colors of #5DA906
Black with #5DA906
Text Example
Text Example
White with #5DA906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA906; }
p { color: rgb(93,169,6); }
H1.HeaderClassName
{
color: #5DA906;
}
.AnyTagClassName
{
color: #5DA906;
}
</style>
background-color css
<style>
a { background-color: #5DA906; }
a { background-color: rgb(93,169,6); }
div.DivClassName
{
background-color: #5DA906;
}
.BgClassName
{
background-color: #5DA906;
}
</style>
border-color css
<style>
span { border-color: #5DA906; }
span { border-color: rgb(93,169,6); }
td.TdClassName
{
border-color: #5DA906;
}
.TagClassName
{
border-color: #5DA906;
}
</style>