Shades of Christi #5DAD02
Tints of Christi #5DAD02
RGB
CMYK
RGB Variations
Color information
#5DAD02 (or 0x5DAD02) is known color: Christi. HEX triplet: 5D, AD and 02. RGB value is (93,173,2). Sum of RGB (Red+Green+Blue) = 93+173+2=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAD02 is #A252FD. Grayscale: #828282. Windows color (decimal): -10638078 or 175453. OLE color: 175453.
HSL color Cylindrical-coordinate representation of color #5DAD02: hue angle of 88.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DAD02 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.32 |
| HSL | 88.07º | 0.98% | 0.34% | - |
| HSV(B) | 88.07º | 0.99% | 0.68% | - |
| XYZ | 19.47 | 32.22 | 5.25 | - |
| YUV | 129.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 2 | 0.46 | 0 | 0.99 | 0.32 | 88.07 | 0.98 | 0.34 |
| Hex | 5D | AD | 2 | 2E | 0 | 63 | 20 | 58 | 62 | 22 |
| Octal | 135 | 255 | 2 | 56 | 0 | 143 | 40 | 130 | 142 | 42 |
| Binary | 1011101 | 10101101 | 10 | 101110 | 0 | 1100011 | 100000 | 1011000 | 1100010 | 100010 |
Color Harmonies of #5DAD02
Complementary color
Monochromatic Colors of #5DAD02
Black with #5DAD02
Text Example
Text Example
White with #5DAD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD02; }
p { color: rgb(93,173,2); }
H1.HeaderClassName
{
color: #5DAD02;
}
.AnyTagClassName
{
color: #5DAD02;
}
</style>
background-color css
<style>
a { background-color: #5DAD02; }
a { background-color: rgb(93,173,2); }
div.DivClassName
{
background-color: #5DAD02;
}
.BgClassName
{
background-color: #5DAD02;
}
</style>
border-color css
<style>
span { border-color: #5DAD02; }
span { border-color: rgb(93,173,2); }
td.TdClassName
{
border-color: #5DAD02;
}
.TagClassName
{
border-color: #5DAD02;
}
</style>