Shades of Caribbean Green #03D074
Tints of Caribbean Green #03D074
RGB
CMYK
RGB Variations
Color information
#03D074 (or 0x03D074) is known color: Caribbean Green. HEX triplet: 03, D0 and 74. RGB value is (3,208,116). Sum of RGB (Red+Green+Blue) = 3+208+116=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #03D074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D074 is #FC2F8B. Grayscale: #888888. Windows color (decimal): -16527244 or 7655427. OLE color: 7655427.
HSL color Cylindrical-coordinate representation of color #03D074: hue angle of 153.07º 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 #03D074 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 116 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.18 |
| HSL | 153.07º | 0.97% | 0.41% | - |
| HSV(B) | 153.07º | 0.99% | 0.82% | - |
| XYZ | 25.75 | 46.39 | 24.12 | - |
| YUV | 136.22 | 116.58 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 116 | 0.99 | 0 | 0.44 | 0.18 | 153.07 | 0.97 | 0.41 |
| Hex | 3 | D0 | 74 | 63 | 0 | 2C | 12 | 99 | 61 | 29 |
| Octal | 3 | 320 | 164 | 143 | 0 | 54 | 22 | 231 | 141 | 51 |
| Binary | 11 | 11010000 | 1110100 | 1100011 | 0 | 101100 | 10010 | 10011001 | 1100001 | 101001 |
Color Harmonies of #03D074
Complementary color
Monochromatic Colors of #03D074
Black with #03D074
Text Example
Text Example
White with #03D074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D074; }
p { color: rgb(3,208,116); }
H1.HeaderClassName
{
color: #03D074;
}
.AnyTagClassName
{
color: #03D074;
}
</style>
background-color css
<style>
a { background-color: #03D074; }
a { background-color: rgb(3,208,116); }
div.DivClassName
{
background-color: #03D074;
}
.BgClassName
{
background-color: #03D074;
}
</style>
border-color css
<style>
span { border-color: #03D074; }
span { border-color: rgb(3,208,116); }
td.TdClassName
{
border-color: #03D074;
}
.TagClassName
{
border-color: #03D074;
}
</style>