Shades of Christi #5DAE0B
Tints of Christi #5DAE0B
RGB
CMYK
RGB Variations
Color information
#5DAE0B (or 0x5DAE0B) is known color: Christi. HEX triplet: 5D, AE and 0B. RGB value is (93,174,11). Sum of RGB (Red+Green+Blue) = 93+174+11=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAE0B is #A251F4. Grayscale: #838383. Windows color (decimal): -10637813 or 765533. OLE color: 765533.
HSL color Cylindrical-coordinate representation of color #5DAE0B: hue angle of 89.82º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DAE0B is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 11 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.32 |
| HSL | 89.82º | 0.88% | 0.36% | - |
| HSV(B) | 89.82º | 0.94% | 0.68% | - |
| XYZ | 19.71 | 32.62 | 5.57 | - |
| YUV | 131.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 11 | 0.47 | 0 | 0.94 | 0.32 | 89.82 | 0.88 | 0.36 |
| Hex | 5D | AE | B | 2F | 0 | 5E | 20 | 5A | 58 | 24 |
| Octal | 135 | 256 | 13 | 57 | 0 | 136 | 40 | 132 | 130 | 44 |
| Binary | 1011101 | 10101110 | 1011 | 101111 | 0 | 1011110 | 100000 | 1011010 | 1011000 | 100100 |
Color Harmonies of #5DAE0B
Complementary color
Monochromatic Colors of #5DAE0B
Black with #5DAE0B
Text Example
Text Example
White with #5DAE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE0B; }
p { color: rgb(93,174,11); }
H1.HeaderClassName
{
color: #5DAE0B;
}
.AnyTagClassName
{
color: #5DAE0B;
}
</style>
background-color css
<style>
a { background-color: #5DAE0B; }
a { background-color: rgb(93,174,11); }
div.DivClassName
{
background-color: #5DAE0B;
}
.BgClassName
{
background-color: #5DAE0B;
}
</style>
border-color css
<style>
span { border-color: #5DAE0B; }
span { border-color: rgb(93,174,11); }
td.TdClassName
{
border-color: #5DAE0B;
}
.TagClassName
{
border-color: #5DAE0B;
}
</style>