Shades of Christi #5DAD08
Tints of Christi #5DAD08
RGB
CMYK
RGB Variations
Color information
#5DAD08 (or 0x5DAD08) is known color: Christi. HEX triplet: 5D, AD and 08. RGB value is (93,173,8). Sum of RGB (Red+Green+Blue) = 93+173+8=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAD08 is #A252F7. Grayscale: #828282. Windows color (decimal): -10638072 or 568669. OLE color: 568669.
HSL color Cylindrical-coordinate representation of color #5DAD08: hue angle of 89.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DAD08 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 8 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.32 |
| HSL | 89.09º | 0.91% | 0.35% | - |
| HSV(B) | 89.09º | 0.95% | 0.68% | - |
| XYZ | 19.5 | 32.23 | 5.42 | - |
| YUV | 130.27 | 59 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 8 | 0.46 | 0 | 0.95 | 0.32 | 89.09 | 0.91 | 0.35 |
| Hex | 5D | AD | 8 | 2E | 0 | 5F | 20 | 59 | 5B | 23 |
| Octal | 135 | 255 | 10 | 56 | 0 | 137 | 40 | 131 | 133 | 43 |
| Binary | 1011101 | 10101101 | 1000 | 101110 | 0 | 1011111 | 100000 | 1011001 | 1011011 | 100011 |
Color Harmonies of #5DAD08
Complementary color
Monochromatic Colors of #5DAD08
Black with #5DAD08
Text Example
Text Example
White with #5DAD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD08; }
p { color: rgb(93,173,8); }
H1.HeaderClassName
{
color: #5DAD08;
}
.AnyTagClassName
{
color: #5DAD08;
}
</style>
background-color css
<style>
a { background-color: #5DAD08; }
a { background-color: rgb(93,173,8); }
div.DivClassName
{
background-color: #5DAD08;
}
.BgClassName
{
background-color: #5DAD08;
}
</style>
border-color css
<style>
span { border-color: #5DAD08; }
span { border-color: rgb(93,173,8); }
td.TdClassName
{
border-color: #5DAD08;
}
.TagClassName
{
border-color: #5DAD08;
}
</style>