Shades of Caribbean Green #04D492
Tints of Caribbean Green #04D492
RGB
CMYK
RGB Variations
Color information
#04D492 (or 0x04D492) is known color: Caribbean Green. HEX triplet: 04, D4 and 92. RGB value is (4,212,146). Sum of RGB (Red+Green+Blue) = 4+212+146=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 212 (83.20% from 255 or 58.56% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 212 - color contains mainly: green. Hex color #04D492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D492 is #FB2B6D. Grayscale: #8E8E8E. Windows color (decimal): -16460654 or 9622532. OLE color: 9622532.
HSL color Cylindrical-coordinate representation of color #04D492: hue angle of 160.96º 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 #04D492 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 212 | 146 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.17 |
| HSL | 160.96º | 0.96% | 0.42% | - |
| HSV(B) | 160.96º | 0.98% | 0.83% | - |
| XYZ | 28.78 | 49.19 | 35.17 | - |
| YUV | 142.28 | 130.09 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 212 | 146 | 0.98 | 0 | 0.31 | 0.17 | 160.96 | 0.96 | 0.42 |
| Hex | 4 | D4 | 92 | 62 | 0 | 1F | 11 | A1 | 60 | 2A |
| Octal | 4 | 324 | 222 | 142 | 0 | 37 | 21 | 241 | 140 | 52 |
| Binary | 100 | 11010100 | 10010010 | 1100010 | 0 | 11111 | 10001 | 10100001 | 1100000 | 101010 |
Color Harmonies of #04D492
Complementary color
Monochromatic Colors of #04D492
Black with #04D492
Text Example
Text Example
White with #04D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D492; }
p { color: rgb(4,212,146); }
H1.HeaderClassName
{
color: #04D492;
}
.AnyTagClassName
{
color: #04D492;
}
</style>
background-color css
<style>
a { background-color: #04D492; }
a { background-color: rgb(4,212,146); }
div.DivClassName
{
background-color: #04D492;
}
.BgClassName
{
background-color: #04D492;
}
</style>
border-color css
<style>
span { border-color: #04D492; }
span { border-color: rgb(4,212,146); }
td.TdClassName
{
border-color: #04D492;
}
.TagClassName
{
border-color: #04D492;
}
</style>