Shades of Caribbean Green #03CF7D
Tints of Caribbean Green #03CF7D
RGB
CMYK
RGB Variations
Color information
#03CF7D (or 0x03CF7D) is known color: Caribbean Green. HEX triplet: 03, CF and 7D. RGB value is (3,207,125). Sum of RGB (Red+Green+Blue) = 3+207+125=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CF7D is #FC3082. Grayscale: #888888. Windows color (decimal): -16527491 or 8244995. OLE color: 8244995.
HSL color Cylindrical-coordinate representation of color #03CF7D: hue angle of 155.88º 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 #03CF7D is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 125 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.19 |
| HSL | 155.88º | 0.97% | 0.41% | - |
| HSV(B) | 155.88º | 0.99% | 0.81% | - |
| XYZ | 26.05 | 46.13 | 26.93 | - |
| YUV | 136.66 | 121.41 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 125 | 0.99 | 0 | 0.40 | 0.19 | 155.88 | 0.97 | 0.41 |
| Hex | 3 | CF | 7D | 63 | 0 | 28 | 13 | 9C | 61 | 29 |
| Octal | 3 | 317 | 175 | 143 | 0 | 50 | 23 | 234 | 141 | 51 |
| Binary | 11 | 11001111 | 1111101 | 1100011 | 0 | 101000 | 10011 | 10011100 | 1100001 | 101001 |
Color Harmonies of #03CF7D
Complementary color
Monochromatic Colors of #03CF7D
Black with #03CF7D
Text Example
Text Example
White with #03CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF7D; }
p { color: rgb(3,207,125); }
H1.HeaderClassName
{
color: #03CF7D;
}
.AnyTagClassName
{
color: #03CF7D;
}
</style>
background-color css
<style>
a { background-color: #03CF7D; }
a { background-color: rgb(3,207,125); }
div.DivClassName
{
background-color: #03CF7D;
}
.BgClassName
{
background-color: #03CF7D;
}
</style>
border-color css
<style>
span { border-color: #03CF7D; }
span { border-color: rgb(3,207,125); }
td.TdClassName
{
border-color: #03CF7D;
}
.TagClassName
{
border-color: #03CF7D;
}
</style>