Shades of Caribbean Green #04D27A
Tints of Caribbean Green #04D27A
RGB
CMYK
RGB Variations
Color information
#04D27A (or 0x04D27A) is known color: Caribbean Green. HEX triplet: 04, D2 and 7A. RGB value is (4,210,122). Sum of RGB (Red+Green+Blue) = 4+210+122=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 210 (82.42% from 255 or 62.5% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 210 - color contains mainly: green. Hex color #04D27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D27A is #FB2D85. Grayscale: #8A8A8A. Windows color (decimal): -16461190 or 8049156. OLE color: 8049156.
HSL color Cylindrical-coordinate representation of color #04D27A: hue angle of 154.37º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D27A is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 210 | 122 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.18 |
| HSL | 154.37º | 0.96% | 0.42% | - |
| HSV(B) | 154.37º | 0.98% | 0.82% | - |
| XYZ | 26.61 | 47.52 | 26.18 | - |
| YUV | 138.37 | 118.75 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 210 | 122 | 0.98 | 0 | 0.42 | 0.18 | 154.37 | 0.96 | 0.42 |
| Hex | 4 | D2 | 7A | 62 | 0 | 2A | 12 | 9A | 60 | 2A |
| Octal | 4 | 322 | 172 | 142 | 0 | 52 | 22 | 232 | 140 | 52 |
| Binary | 100 | 11010010 | 1111010 | 1100010 | 0 | 101010 | 10010 | 10011010 | 1100000 | 101010 |
Color Harmonies of #04D27A
Complementary color
Monochromatic Colors of #04D27A
Black with #04D27A
Text Example
Text Example
White with #04D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D27A; }
p { color: rgb(4,210,122); }
H1.HeaderClassName
{
color: #04D27A;
}
.AnyTagClassName
{
color: #04D27A;
}
</style>
background-color css
<style>
a { background-color: #04D27A; }
a { background-color: rgb(4,210,122); }
div.DivClassName
{
background-color: #04D27A;
}
.BgClassName
{
background-color: #04D27A;
}
</style>
border-color css
<style>
span { border-color: #04D27A; }
span { border-color: rgb(4,210,122); }
td.TdClassName
{
border-color: #04D27A;
}
.TagClassName
{
border-color: #04D27A;
}
</style>