Shades of Jade #06C363
Tints of Jade #06C363
RGB
CMYK
RGB Variations
Color information
#06C363 (or 0x06C363) is known color: Jade. HEX triplet: 06, C3 and 63. RGB value is (6,195,99). Sum of RGB (Red+Green+Blue) = 6+195+99=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #06C363 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C363 is #F93C9C. Grayscale: #7F7F7F. Windows color (decimal): -16333981 or 6537990. OLE color: 6537990.
HSL color Cylindrical-coordinate representation of color #06C363: hue angle of 149.52º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C363 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 99 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.24 |
| HSL | 149.52º | 0.94% | 0.39% | - |
| HSV(B) | 149.52º | 0.97% | 0.76% | - |
| XYZ | 21.84 | 39.97 | 18.37 | - |
| YUV | 127.55 | 111.88 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 99 | 0.97 | 0 | 0.49 | 0.24 | 149.52 | 0.94 | 0.39 |
| Hex | 6 | C3 | 63 | 61 | 0 | 31 | 18 | 96 | 5E | 27 |
| Octal | 6 | 303 | 143 | 141 | 0 | 61 | 30 | 226 | 136 | 47 |
| Binary | 110 | 11000011 | 1100011 | 1100001 | 0 | 110001 | 11000 | 10010110 | 1011110 | 100111 |
Color Harmonies of #06C363
Complementary color
Monochromatic Colors of #06C363
Black with #06C363
Text Example
Text Example
White with #06C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C363; }
p { color: rgb(6,195,99); }
H1.HeaderClassName
{
color: #06C363;
}
.AnyTagClassName
{
color: #06C363;
}
</style>
background-color css
<style>
a { background-color: #06C363; }
a { background-color: rgb(6,195,99); }
div.DivClassName
{
background-color: #06C363;
}
.BgClassName
{
background-color: #06C363;
}
</style>
border-color css
<style>
span { border-color: #06C363; }
span { border-color: rgb(6,195,99); }
td.TdClassName
{
border-color: #06C363;
}
.TagClassName
{
border-color: #06C363;
}
</style>