Shades of Caribbean Green #04C28D
Tints of Caribbean Green #04C28D
RGB
CMYK
RGB Variations
Color information
#04C28D (or 0x04C28D) is known color: Caribbean Green. HEX triplet: 04, C2 and 8D. RGB value is (4,194,141). Sum of RGB (Red+Green+Blue) = 4+194+141=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #04C28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C28D is #FB3D72. Grayscale: #838383. Windows color (decimal): -16465267 or 9290244. OLE color: 9290244.
HSL color Cylindrical-coordinate representation of color #04C28D: hue angle of 163.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C28D is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 141 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.24 |
| HSL | 163.26º | 0.96% | 0.39% | - |
| HSV(B) | 163.26º | 0.98% | 0.76% | - |
| XYZ | 24.15 | 40.53 | 31.75 | - |
| YUV | 131.15 | 133.55 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 141 | 0.98 | 0 | 0.27 | 0.24 | 163.26 | 0.96 | 0.39 |
| Hex | 4 | C2 | 8D | 62 | 0 | 1B | 18 | A3 | 60 | 27 |
| Octal | 4 | 302 | 215 | 142 | 0 | 33 | 30 | 243 | 140 | 47 |
| Binary | 100 | 11000010 | 10001101 | 1100010 | 0 | 11011 | 11000 | 10100011 | 1100000 | 100111 |
Color Harmonies of #04C28D
Complementary color
Monochromatic Colors of #04C28D
Black with #04C28D
Text Example
Text Example
White with #04C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C28D; }
p { color: rgb(4,194,141); }
H1.HeaderClassName
{
color: #04C28D;
}
.AnyTagClassName
{
color: #04C28D;
}
</style>
background-color css
<style>
a { background-color: #04C28D; }
a { background-color: rgb(4,194,141); }
div.DivClassName
{
background-color: #04C28D;
}
.BgClassName
{
background-color: #04C28D;
}
</style>
border-color css
<style>
span { border-color: #04C28D; }
span { border-color: rgb(4,194,141); }
td.TdClassName
{
border-color: #04C28D;
}
.TagClassName
{
border-color: #04C28D;
}
</style>