Shades of Caribbean Green #03DC7F
Tints of Caribbean Green #03DC7F
RGB
CMYK
RGB Variations
Color information
#03DC7F (or 0x03DC7F) is known color: Caribbean Green. HEX triplet: 03, DC and 7F. RGB value is (3,220,127). Sum of RGB (Red+Green+Blue) = 3+220+127=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DC7F is #FC2380. Grayscale: #909090. Windows color (decimal): -16524161 or 8379395. OLE color: 8379395.
HSL color Cylindrical-coordinate representation of color #03DC7F: hue angle of 154.29º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DC7F is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 127 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.14 |
| HSL | 154.29º | 0.97% | 0.44% | - |
| HSV(B) | 154.29º | 0.99% | 0.86% | - |
| XYZ | 29.46 | 52.74 | 28.71 | - |
| YUV | 144.52 | 118.11 | 27.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 127 | 0.99 | 0 | 0.42 | 0.14 | 154.29 | 0.97 | 0.44 |
| Hex | 3 | DC | 7F | 63 | 0 | 2A | E | 9A | 61 | 2C |
| Octal | 3 | 334 | 177 | 143 | 0 | 52 | 16 | 232 | 141 | 54 |
| Binary | 11 | 11011100 | 1111111 | 1100011 | 0 | 101010 | 1110 | 10011010 | 1100001 | 101100 |
Color Harmonies of #03DC7F
Complementary color
Monochromatic Colors of #03DC7F
Black with #03DC7F
Text Example
Text Example
White with #03DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC7F; }
p { color: rgb(3,220,127); }
H1.HeaderClassName
{
color: #03DC7F;
}
.AnyTagClassName
{
color: #03DC7F;
}
</style>
background-color css
<style>
a { background-color: #03DC7F; }
a { background-color: rgb(3,220,127); }
div.DivClassName
{
background-color: #03DC7F;
}
.BgClassName
{
background-color: #03DC7F;
}
</style>
border-color css
<style>
span { border-color: #03DC7F; }
span { border-color: rgb(3,220,127); }
td.TdClassName
{
border-color: #03DC7F;
}
.TagClassName
{
border-color: #03DC7F;
}
</style>