Shades of Caribbean Green #03CF81
Tints of Caribbean Green #03CF81
RGB
CMYK
RGB Variations
Color information
#03CF81 (or 0x03CF81) is known color: Caribbean Green. HEX triplet: 03, CF and 81. RGB value is (3,207,129). Sum of RGB (Red+Green+Blue) = 3+207+129=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CF81 is #FC307E. Grayscale: #898989. Windows color (decimal): -16527487 or 8507139. OLE color: 8507139.
HSL color Cylindrical-coordinate representation of color #03CF81: hue angle of 157.06º 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 #03CF81 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 129 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.19 |
| HSL | 157.06º | 0.97% | 0.41% | - |
| HSV(B) | 157.06º | 0.99% | 0.81% | - |
| XYZ | 26.31 | 46.23 | 28.31 | - |
| YUV | 137.11 | 123.41 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 129 | 0.99 | 0 | 0.38 | 0.19 | 157.06 | 0.97 | 0.41 |
| Hex | 3 | CF | 81 | 63 | 0 | 26 | 13 | 9D | 61 | 29 |
| Octal | 3 | 317 | 201 | 143 | 0 | 46 | 23 | 235 | 141 | 51 |
| Binary | 11 | 11001111 | 10000001 | 1100011 | 0 | 100110 | 10011 | 10011101 | 1100001 | 101001 |
Color Harmonies of #03CF81
Complementary color
Monochromatic Colors of #03CF81
Black with #03CF81
Text Example
Text Example
White with #03CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF81; }
p { color: rgb(3,207,129); }
H1.HeaderClassName
{
color: #03CF81;
}
.AnyTagClassName
{
color: #03CF81;
}
</style>
background-color css
<style>
a { background-color: #03CF81; }
a { background-color: rgb(3,207,129); }
div.DivClassName
{
background-color: #03CF81;
}
.BgClassName
{
background-color: #03CF81;
}
</style>
border-color css
<style>
span { border-color: #03CF81; }
span { border-color: rgb(3,207,129); }
td.TdClassName
{
border-color: #03CF81;
}
.TagClassName
{
border-color: #03CF81;
}
</style>