Shades of Christi #5DA812
Tints of Christi #5DA812
RGB
CMYK
RGB Variations
Color information
#5DA812 (or 0x5DA812) is known color: Christi. HEX triplet: 5D, A8 and 12. RGB value is (93,168,18). Sum of RGB (Red+Green+Blue) = 93+168+18=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 168 (66.02% from 255 or 60.22% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA812 is #A257ED. Grayscale: #808080. Windows color (decimal): -10639342 or 1222749. OLE color: 1222749.
HSL color Cylindrical-coordinate representation of color #5DA812: hue angle of 90º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5DA812 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 18 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.34 |
| HSL | 90º | 0.81% | 0.36% | - |
| HSV(B) | 90º | 0.89% | 0.66% | - |
| XYZ | 18.63 | 30.38 | 5.45 | - |
| YUV | 128.48 | 65.65 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 18 | 0.45 | 0 | 0.89 | 0.34 | 90 | 0.81 | 0.36 |
| Hex | 5D | A8 | 12 | 2D | 0 | 59 | 22 | 5A | 51 | 24 |
| Octal | 135 | 250 | 22 | 55 | 0 | 131 | 42 | 132 | 121 | 44 |
| Binary | 1011101 | 10101000 | 10010 | 101101 | 0 | 1011001 | 100010 | 1011010 | 1010001 | 100100 |
Color Harmonies of #5DA812
Complementary color
Monochromatic Colors of #5DA812
Black with #5DA812
Text Example
Text Example
White with #5DA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA812; }
p { color: rgb(93,168,18); }
H1.HeaderClassName
{
color: #5DA812;
}
.AnyTagClassName
{
color: #5DA812;
}
</style>
background-color css
<style>
a { background-color: #5DA812; }
a { background-color: rgb(93,168,18); }
div.DivClassName
{
background-color: #5DA812;
}
.BgClassName
{
background-color: #5DA812;
}
</style>
border-color css
<style>
span { border-color: #5DA812; }
span { border-color: rgb(93,168,18); }
td.TdClassName
{
border-color: #5DA812;
}
.TagClassName
{
border-color: #5DA812;
}
</style>