Shades of Christi #5DA30C
Tints of Christi #5DA30C
RGB
CMYK
RGB Variations
Color information
#5DA30C (or 0x5DA30C) is known color: Christi. HEX triplet: 5D, A3 and 0C. RGB value is (93,163,12). Sum of RGB (Red+Green+Blue) = 93+163+12=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA30C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA30C is #A25CF3. Grayscale: #7D7D7D. Windows color (decimal): -10640628 or 828253. OLE color: 828253.
HSL color Cylindrical-coordinate representation of color #5DA30C: hue angle of 87.81º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DA30C is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 163 | 12 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.36 |
| HSL | 87.81º | 0.86% | 0.34% | - |
| HSV(B) | 87.81º | 0.93% | 0.64% | - |
| XYZ | 17.68 | 28.55 | 4.93 | - |
| YUV | 124.86 | 64.31 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 12 | 0.43 | 0 | 0.93 | 0.36 | 87.81 | 0.86 | 0.34 |
| Hex | 5D | A3 | C | 2B | 0 | 5D | 24 | 58 | 56 | 22 |
| Octal | 135 | 243 | 14 | 53 | 0 | 135 | 44 | 130 | 126 | 42 |
| Binary | 1011101 | 10100011 | 1100 | 101011 | 0 | 1011101 | 100100 | 1011000 | 1010110 | 100010 |
Color Harmonies of #5DA30C
Complementary color
Monochromatic Colors of #5DA30C
Black with #5DA30C
Text Example
Text Example
White with #5DA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA30C; }
p { color: rgb(93,163,12); }
H1.HeaderClassName
{
color: #5DA30C;
}
.AnyTagClassName
{
color: #5DA30C;
}
</style>
background-color css
<style>
a { background-color: #5DA30C; }
a { background-color: rgb(93,163,12); }
div.DivClassName
{
background-color: #5DA30C;
}
.BgClassName
{
background-color: #5DA30C;
}
</style>
border-color css
<style>
span { border-color: #5DA30C; }
span { border-color: rgb(93,163,12); }
td.TdClassName
{
border-color: #5DA30C;
}
.TagClassName
{
border-color: #5DA30C;
}
</style>