Shades of Jade #05CC74
Tints of Jade #05CC74
RGB
CMYK
RGB Variations
Color information
#05CC74 (or 0x05CC74) is known color: Jade. HEX triplet: 05, CC and 74. RGB value is (5,204,116). Sum of RGB (Red+Green+Blue) = 5+204+116=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC74 is #FA338B. Grayscale: #868686. Windows color (decimal): -16397196 or 7654405. OLE color: 7654405.
HSL color Cylindrical-coordinate representation of color #05CC74: hue angle of 153.47º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CC74 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 204 | 116 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.2 |
| HSL | 153.47º | 0.95% | 0.41% | - |
| HSV(B) | 153.47º | 0.98% | 0.8% | - |
| XYZ | 24.81 | 44.48 | 23.8 | - |
| YUV | 134.47 | 117.57 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 116 | 0.98 | 0 | 0.43 | 0.2 | 153.47 | 0.95 | 0.41 |
| Hex | 5 | CC | 74 | 62 | 0 | 2B | 14 | 99 | 5F | 29 |
| Octal | 5 | 314 | 164 | 142 | 0 | 53 | 24 | 231 | 137 | 51 |
| Binary | 101 | 11001100 | 1110100 | 1100010 | 0 | 101011 | 10100 | 10011001 | 1011111 | 101001 |
Color Harmonies of #05CC74
Complementary color
Monochromatic Colors of #05CC74
Black with #05CC74
Text Example
Text Example
White with #05CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CC74; }
p { color: rgb(5,204,116); }
H1.HeaderClassName
{
color: #05CC74;
}
.AnyTagClassName
{
color: #05CC74;
}
</style>
background-color css
<style>
a { background-color: #05CC74; }
a { background-color: rgb(5,204,116); }
div.DivClassName
{
background-color: #05CC74;
}
.BgClassName
{
background-color: #05CC74;
}
</style>
border-color css
<style>
span { border-color: #05CC74; }
span { border-color: rgb(5,204,116); }
td.TdClassName
{
border-color: #05CC74;
}
.TagClassName
{
border-color: #05CC74;
}
</style>