Shades of Caribbean Green #03D77D
Tints of Caribbean Green #03D77D
RGB
CMYK
RGB Variations
Color information
#03D77D (or 0x03D77D) is known color: Caribbean Green. HEX triplet: 03, D7 and 7D. RGB value is (3,215,125). Sum of RGB (Red+Green+Blue) = 3+215+125=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 215 (84.38% from 255 or 62.68% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 215 - color contains mainly: green. Hex color #03D77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D77D is #FC2882. Grayscale: #8D8D8D. Windows color (decimal): -16525443 or 8247043. OLE color: 8247043.
HSL color Cylindrical-coordinate representation of color #03D77D: hue angle of 154.53º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D77D is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 215 | 125 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.16 |
| HSL | 154.53º | 0.97% | 0.43% | - |
| HSV(B) | 154.53º | 0.99% | 0.84% | - |
| XYZ | 28.04 | 50.1 | 27.59 | - |
| YUV | 141.35 | 118.76 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 125 | 0.99 | 0 | 0.42 | 0.16 | 154.53 | 0.97 | 0.43 |
| Hex | 3 | D7 | 7D | 63 | 0 | 2A | 10 | 9B | 61 | 2B |
| Octal | 3 | 327 | 175 | 143 | 0 | 52 | 20 | 233 | 141 | 53 |
| Binary | 11 | 11010111 | 1111101 | 1100011 | 0 | 101010 | 10000 | 10011011 | 1100001 | 101011 |
Color Harmonies of #03D77D
Complementary color
Monochromatic Colors of #03D77D
Black with #03D77D
Text Example
Text Example
White with #03D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D77D; }
p { color: rgb(3,215,125); }
H1.HeaderClassName
{
color: #03D77D;
}
.AnyTagClassName
{
color: #03D77D;
}
</style>
background-color css
<style>
a { background-color: #03D77D; }
a { background-color: rgb(3,215,125); }
div.DivClassName
{
background-color: #03D77D;
}
.BgClassName
{
background-color: #03D77D;
}
</style>
border-color css
<style>
span { border-color: #03D77D; }
span { border-color: rgb(3,215,125); }
td.TdClassName
{
border-color: #03D77D;
}
.TagClassName
{
border-color: #03D77D;
}
</style>