Shades of Caribbean Green #04D385
Tints of Caribbean Green #04D385
RGB
CMYK
RGB Variations
Color information
#04D385 (or 0x04D385) is known color: Caribbean Green. HEX triplet: 04, D3 and 85. RGB value is (4,211,133). Sum of RGB (Red+Green+Blue) = 4+211+133=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 211 (82.81% from 255 or 60.63% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 211 - color contains mainly: green. Hex color #04D385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D385 is #FB2C7A. Grayscale: #8C8C8C. Windows color (decimal): -16460923 or 8770308. OLE color: 8770308.
HSL color Cylindrical-coordinate representation of color #04D385: hue angle of 157.39º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D385 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 211 | 133 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.17 |
| HSL | 157.39º | 0.96% | 0.42% | - |
| HSV(B) | 157.39º | 0.98% | 0.83% | - |
| XYZ | 27.58 | 48.31 | 30.06 | - |
| YUV | 140.22 | 123.92 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 211 | 133 | 0.98 | 0 | 0.37 | 0.17 | 157.39 | 0.96 | 0.42 |
| Hex | 4 | D3 | 85 | 62 | 0 | 25 | 11 | 9D | 60 | 2A |
| Octal | 4 | 323 | 205 | 142 | 0 | 45 | 21 | 235 | 140 | 52 |
| Binary | 100 | 11010011 | 10000101 | 1100010 | 0 | 100101 | 10001 | 10011101 | 1100000 | 101010 |
Color Harmonies of #04D385
Complementary color
Monochromatic Colors of #04D385
Black with #04D385
Text Example
Text Example
White with #04D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D385; }
p { color: rgb(4,211,133); }
H1.HeaderClassName
{
color: #04D385;
}
.AnyTagClassName
{
color: #04D385;
}
</style>
background-color css
<style>
a { background-color: #04D385; }
a { background-color: rgb(4,211,133); }
div.DivClassName
{
background-color: #04D385;
}
.BgClassName
{
background-color: #04D385;
}
</style>
border-color css
<style>
span { border-color: #04D385; }
span { border-color: rgb(4,211,133); }
td.TdClassName
{
border-color: #04D385;
}
.TagClassName
{
border-color: #04D385;
}
</style>