Shades of Jade #05C874
Tints of Jade #05C874
RGB
CMYK
RGB Variations
Color information
#05C874 (or 0x05C874) is known color: Jade. HEX triplet: 05, C8 and 74. RGB value is (5,200,116). Sum of RGB (Red+Green+Blue) = 5+200+116=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #05C874 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C874 is #FA378B. Grayscale: #848484. Windows color (decimal): -16398220 or 7653381. OLE color: 7653381.
HSL color Cylindrical-coordinate representation of color #05C874: hue angle of 154.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C874 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 116 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.22 |
| HSL | 154.15º | 0.95% | 0.4% | - |
| HSV(B) | 154.15º | 0.98% | 0.78% | - |
| XYZ | 23.87 | 42.6 | 23.49 | - |
| YUV | 132.12 | 118.9 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 116 | 0.98 | 0 | 0.42 | 0.22 | 154.15 | 0.95 | 0.4 |
| Hex | 5 | C8 | 74 | 62 | 0 | 2A | 16 | 9A | 5F | 28 |
| Octal | 5 | 310 | 164 | 142 | 0 | 52 | 26 | 232 | 137 | 50 |
| Binary | 101 | 11001000 | 1110100 | 1100010 | 0 | 101010 | 10110 | 10011010 | 1011111 | 101000 |
Color Harmonies of #05C874
Complementary color
Monochromatic Colors of #05C874
Black with #05C874
Text Example
Text Example
White with #05C874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C874; }
p { color: rgb(5,200,116); }
H1.HeaderClassName
{
color: #05C874;
}
.AnyTagClassName
{
color: #05C874;
}
</style>
background-color css
<style>
a { background-color: #05C874; }
a { background-color: rgb(5,200,116); }
div.DivClassName
{
background-color: #05C874;
}
.BgClassName
{
background-color: #05C874;
}
</style>
border-color css
<style>
span { border-color: #05C874; }
span { border-color: rgb(5,200,116); }
td.TdClassName
{
border-color: #05C874;
}
.TagClassName
{
border-color: #05C874;
}
</style>