Shades of Caribbean Green #03D077
Tints of Caribbean Green #03D077
RGB
CMYK
RGB Variations
Color information
#03D077 (or 0x03D077) is known color: Caribbean Green. HEX triplet: 03, D0 and 77. RGB value is (3,208,119). Sum of RGB (Red+Green+Blue) = 3+208+119=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 208 (81.64% from 255 or 63.03% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 208 - color contains mainly: green. Hex color #03D077 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D077 is #FC2F88. Grayscale: #888888. Windows color (decimal): -16527241 or 7852035. OLE color: 7852035.
HSL color Cylindrical-coordinate representation of color #03D077: hue angle of 153.95º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D077 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 119 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.18 |
| HSL | 153.95º | 0.97% | 0.41% | - |
| HSV(B) | 153.95º | 0.99% | 0.82% | - |
| XYZ | 25.92 | 46.46 | 25.05 | - |
| YUV | 136.56 | 118.08 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 119 | 0.99 | 0 | 0.43 | 0.18 | 153.95 | 0.97 | 0.41 |
| Hex | 3 | D0 | 77 | 63 | 0 | 2B | 12 | 9A | 61 | 29 |
| Octal | 3 | 320 | 167 | 143 | 0 | 53 | 22 | 232 | 141 | 51 |
| Binary | 11 | 11010000 | 1110111 | 1100011 | 0 | 101011 | 10010 | 10011010 | 1100001 | 101001 |
Color Harmonies of #03D077
Complementary color
Monochromatic Colors of #03D077
Black with #03D077
Text Example
Text Example
White with #03D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D077; }
p { color: rgb(3,208,119); }
H1.HeaderClassName
{
color: #03D077;
}
.AnyTagClassName
{
color: #03D077;
}
</style>
background-color css
<style>
a { background-color: #03D077; }
a { background-color: rgb(3,208,119); }
div.DivClassName
{
background-color: #03D077;
}
.BgClassName
{
background-color: #03D077;
}
</style>
border-color css
<style>
span { border-color: #03D077; }
span { border-color: rgb(3,208,119); }
td.TdClassName
{
border-color: #03D077;
}
.TagClassName
{
border-color: #03D077;
}
</style>