Shades of Caribbean Green #03CF80
Tints of Caribbean Green #03CF80
RGB
CMYK
RGB Variations
Color information
#03CF80 (or 0x03CF80) is known color: Caribbean Green. HEX triplet: 03, CF and 80. RGB value is (3,207,128). Sum of RGB (Red+Green+Blue) = 3+207+128=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CF80 is #FC307F. Grayscale: #898989. Windows color (decimal): -16527488 or 8441603. OLE color: 8441603.
HSL color Cylindrical-coordinate representation of color #03CF80: hue angle of 156.76º 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 #03CF80 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 128 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.19 |
| HSL | 156.76º | 0.97% | 0.41% | - |
| HSV(B) | 156.76º | 0.99% | 0.81% | - |
| XYZ | 26.25 | 46.2 | 27.96 | - |
| YUV | 137 | 122.91 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 128 | 0.99 | 0 | 0.38 | 0.19 | 156.76 | 0.97 | 0.41 |
| Hex | 3 | CF | 80 | 63 | 0 | 26 | 13 | 9D | 61 | 29 |
| Octal | 3 | 317 | 200 | 143 | 0 | 46 | 23 | 235 | 141 | 51 |
| Binary | 11 | 11001111 | 10000000 | 1100011 | 0 | 100110 | 10011 | 10011101 | 1100001 | 101001 |
Color Harmonies of #03CF80
Complementary color
Monochromatic Colors of #03CF80
Black with #03CF80
Text Example
Text Example
White with #03CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF80; }
p { color: rgb(3,207,128); }
H1.HeaderClassName
{
color: #03CF80;
}
.AnyTagClassName
{
color: #03CF80;
}
</style>
background-color css
<style>
a { background-color: #03CF80; }
a { background-color: rgb(3,207,128); }
div.DivClassName
{
background-color: #03CF80;
}
.BgClassName
{
background-color: #03CF80;
}
</style>
border-color css
<style>
span { border-color: #03CF80; }
span { border-color: rgb(3,207,128); }
td.TdClassName
{
border-color: #03CF80;
}
.TagClassName
{
border-color: #03CF80;
}
</style>