Shades of Jade #03CC74
Tints of Jade #03CC74
RGB
CMYK
RGB Variations
Color information
#03CC74 (or 0x03CC74) is known color: Jade. HEX triplet: 03, CC and 74. RGB value is (3,204,116). Sum of RGB (Red+Green+Blue) = 3+204+116=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC74 is #FC338B. Grayscale: #868686. Windows color (decimal): -16528268 or 7654403. OLE color: 7654403.
HSL color Cylindrical-coordinate representation of color #03CC74: hue angle of 153.73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC74 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 116 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.2 |
| HSL | 153.73º | 0.97% | 0.41% | - |
| HSV(B) | 153.73º | 0.99% | 0.8% | - |
| XYZ | 24.78 | 44.47 | 23.8 | - |
| YUV | 133.87 | 117.91 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 116 | 0.99 | 0 | 0.43 | 0.2 | 153.73 | 0.97 | 0.41 |
| Hex | 3 | CC | 74 | 63 | 0 | 2B | 14 | 9A | 61 | 29 |
| Octal | 3 | 314 | 164 | 143 | 0 | 53 | 24 | 232 | 141 | 51 |
| Binary | 11 | 11001100 | 1110100 | 1100011 | 0 | 101011 | 10100 | 10011010 | 1100001 | 101001 |
Color Harmonies of #03CC74
Complementary color
Monochromatic Colors of #03CC74
Black with #03CC74
Text Example
Text Example
White with #03CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC74; }
p { color: rgb(3,204,116); }
H1.HeaderClassName
{
color: #03CC74;
}
.AnyTagClassName
{
color: #03CC74;
}
</style>
background-color css
<style>
a { background-color: #03CC74; }
a { background-color: rgb(3,204,116); }
div.DivClassName
{
background-color: #03CC74;
}
.BgClassName
{
background-color: #03CC74;
}
</style>
border-color css
<style>
span { border-color: #03CC74; }
span { border-color: rgb(3,204,116); }
td.TdClassName
{
border-color: #03CC74;
}
.TagClassName
{
border-color: #03CC74;
}
</style>