Shades of Christi #5DAE07
Tints of Christi #5DAE07
RGB
CMYK
RGB Variations
Color information
#5DAE07 (or 0x5DAE07) is known color: Christi. HEX triplet: 5D, AE and 07. RGB value is (93,174,7). Sum of RGB (Red+Green+Blue) = 93+174+7=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 174 (68.36% from 255 or 63.50% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAE07 is #A251F8. Grayscale: #838383. Windows color (decimal): -10637817 or 503389. OLE color: 503389.
HSL color Cylindrical-coordinate representation of color #5DAE07: hue angle of 89.1º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DAE07 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 7 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.32 |
| HSL | 89.1º | 0.92% | 0.35% | - |
| HSV(B) | 89.1º | 0.96% | 0.68% | - |
| XYZ | 19.69 | 32.61 | 5.46 | - |
| YUV | 130.74 | 58.16 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 7 | 0.47 | 0 | 0.96 | 0.32 | 89.1 | 0.92 | 0.35 |
| Hex | 5D | AE | 7 | 2F | 0 | 60 | 20 | 59 | 5C | 23 |
| Octal | 135 | 256 | 7 | 57 | 0 | 140 | 40 | 131 | 134 | 43 |
| Binary | 1011101 | 10101110 | 111 | 101111 | 0 | 1100000 | 100000 | 1011001 | 1011100 | 100011 |
Color Harmonies of #5DAE07
Complementary color
Monochromatic Colors of #5DAE07
Black with #5DAE07
Text Example
Text Example
White with #5DAE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE07; }
p { color: rgb(93,174,7); }
H1.HeaderClassName
{
color: #5DAE07;
}
.AnyTagClassName
{
color: #5DAE07;
}
</style>
background-color css
<style>
a { background-color: #5DAE07; }
a { background-color: rgb(93,174,7); }
div.DivClassName
{
background-color: #5DAE07;
}
.BgClassName
{
background-color: #5DAE07;
}
</style>
border-color css
<style>
span { border-color: #5DAE07; }
span { border-color: rgb(93,174,7); }
td.TdClassName
{
border-color: #5DAE07;
}
.TagClassName
{
border-color: #5DAE07;
}
</style>