Shades of Caribbean Green #03D97D
Tints of Caribbean Green #03D97D
RGB
CMYK
RGB Variations
Color information
#03D97D (or 0x03D97D) is known color: Caribbean Green. HEX triplet: 03, D9 and 7D. RGB value is (3,217,125). Sum of RGB (Red+Green+Blue) = 3+217+125=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #03D97D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D97D is #FC2682. Grayscale: #8E8E8E. Windows color (decimal): -16524931 or 8247555. OLE color: 8247555.
HSL color Cylindrical-coordinate representation of color #03D97D: hue angle of 154.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D97D is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 125 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.15 |
| HSL | 154.21º | 0.97% | 0.43% | - |
| HSV(B) | 154.21º | 0.99% | 0.85% | - |
| XYZ | 28.55 | 51.13 | 27.77 | - |
| YUV | 142.53 | 118.1 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 125 | 0.99 | 0 | 0.42 | 0.15 | 154.21 | 0.97 | 0.43 |
| Hex | 3 | D9 | 7D | 63 | 0 | 2A | F | 9A | 61 | 2B |
| Octal | 3 | 331 | 175 | 143 | 0 | 52 | 17 | 232 | 141 | 53 |
| Binary | 11 | 11011001 | 1111101 | 1100011 | 0 | 101010 | 1111 | 10011010 | 1100001 | 101011 |
Color Harmonies of #03D97D
Complementary color
Monochromatic Colors of #03D97D
Black with #03D97D
Text Example
Text Example
White with #03D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D97D; }
p { color: rgb(3,217,125); }
H1.HeaderClassName
{
color: #03D97D;
}
.AnyTagClassName
{
color: #03D97D;
}
</style>
background-color css
<style>
a { background-color: #03D97D; }
a { background-color: rgb(3,217,125); }
div.DivClassName
{
background-color: #03D97D;
}
.BgClassName
{
background-color: #03D97D;
}
</style>
border-color css
<style>
span { border-color: #03D97D; }
span { border-color: rgb(3,217,125); }
td.TdClassName
{
border-color: #03D97D;
}
.TagClassName
{
border-color: #03D97D;
}
</style>