Shades of Caribbean Green #04E194
Tints of Caribbean Green #04E194
RGB
CMYK
RGB Variations
Color information
#04E194 (or 0x04E194) is known color: Caribbean Green. HEX triplet: 04, E1 and 94. RGB value is (4,225,148). Sum of RGB (Red+Green+Blue) = 4+225+148=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #04E194 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04E194 is #FB1E6B. Grayscale: #969696. Windows color (decimal): -16457324 or 9756932. OLE color: 9756932.
HSL color Cylindrical-coordinate representation of color #04E194: hue angle of 159.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E194 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 225 | 148 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.12 |
| HSL | 159.1º | 0.97% | 0.45% | - |
| HSV(B) | 159.1º | 0.98% | 0.88% | - |
| XYZ | 32.32 | 56.01 | 37.13 | - |
| YUV | 150.14 | 126.78 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 225 | 148 | 0.98 | 0 | 0.34 | 0.12 | 159.1 | 0.97 | 0.45 |
| Hex | 4 | E1 | 94 | 62 | 0 | 22 | C | 9F | 61 | 2D |
| Octal | 4 | 341 | 224 | 142 | 0 | 42 | 14 | 237 | 141 | 55 |
| Binary | 100 | 11100001 | 10010100 | 1100010 | 0 | 100010 | 1100 | 10011111 | 1100001 | 101101 |
Color Harmonies of #04E194
Complementary color
Monochromatic Colors of #04E194
Black with #04E194
Text Example
Text Example
White with #04E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E194; }
p { color: rgb(4,225,148); }
H1.HeaderClassName
{
color: #04E194;
}
.AnyTagClassName
{
color: #04E194;
}
</style>
background-color css
<style>
a { background-color: #04E194; }
a { background-color: rgb(4,225,148); }
div.DivClassName
{
background-color: #04E194;
}
.BgClassName
{
background-color: #04E194;
}
</style>
border-color css
<style>
span { border-color: #04E194; }
span { border-color: rgb(4,225,148); }
td.TdClassName
{
border-color: #04E194;
}
.TagClassName
{
border-color: #04E194;
}
</style>