Shades of Caribbean Green #03CE7F
Tints of Caribbean Green #03CE7F
RGB
CMYK
RGB Variations
Color information
#03CE7F (or 0x03CE7F) is known color: Caribbean Green. HEX triplet: 03, CE and 7F. RGB value is (3,206,127). Sum of RGB (Red+Green+Blue) = 3+206+127=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #03CE7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CE7F is #FC3180. Grayscale: #888888. Windows color (decimal): -16527745 or 8375811. OLE color: 8375811.
HSL color Cylindrical-coordinate representation of color #03CE7F: hue angle of 156.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CE7F is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 127 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.19 |
| HSL | 156.65º | 0.97% | 0.41% | - |
| HSV(B) | 156.65º | 0.99% | 0.81% | - |
| XYZ | 25.94 | 45.69 | 27.53 | - |
| YUV | 136.3 | 122.75 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 127 | 0.99 | 0 | 0.38 | 0.19 | 156.65 | 0.97 | 0.41 |
| Hex | 3 | CE | 7F | 63 | 0 | 26 | 13 | 9D | 61 | 29 |
| Octal | 3 | 316 | 177 | 143 | 0 | 46 | 23 | 235 | 141 | 51 |
| Binary | 11 | 11001110 | 1111111 | 1100011 | 0 | 100110 | 10011 | 10011101 | 1100001 | 101001 |
Color Harmonies of #03CE7F
Complementary color
Monochromatic Colors of #03CE7F
Black with #03CE7F
Text Example
Text Example
White with #03CE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CE7F; }
p { color: rgb(3,206,127); }
H1.HeaderClassName
{
color: #03CE7F;
}
.AnyTagClassName
{
color: #03CE7F;
}
</style>
background-color css
<style>
a { background-color: #03CE7F; }
a { background-color: rgb(3,206,127); }
div.DivClassName
{
background-color: #03CE7F;
}
.BgClassName
{
background-color: #03CE7F;
}
</style>
border-color css
<style>
span { border-color: #03CE7F; }
span { border-color: rgb(3,206,127); }
td.TdClassName
{
border-color: #03CE7F;
}
.TagClassName
{
border-color: #03CE7F;
}
</style>