Shades of Caribbean Green #04C282
Tints of Caribbean Green #04C282
RGB
CMYK
RGB Variations
Color information
#04C282 (or 0x04C282) is known color: Caribbean Green. HEX triplet: 04, C2 and 82. RGB value is (4,194,130). Sum of RGB (Red+Green+Blue) = 4+194+130=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #04C282 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C282 is #FB3D7D. Grayscale: #818181. Windows color (decimal): -16465278 or 8569348. OLE color: 8569348.
HSL color Cylindrical-coordinate representation of color #04C282: hue angle of 159.79º 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 #04C282 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 130 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.24 |
| HSL | 159.79º | 0.96% | 0.39% | - |
| HSV(B) | 159.79º | 0.98% | 0.76% | - |
| XYZ | 23.37 | 40.22 | 27.65 | - |
| YUV | 129.89 | 128.05 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 130 | 0.98 | 0 | 0.33 | 0.24 | 159.79 | 0.96 | 0.39 |
| Hex | 4 | C2 | 82 | 62 | 0 | 21 | 18 | A0 | 60 | 27 |
| Octal | 4 | 302 | 202 | 142 | 0 | 41 | 30 | 240 | 140 | 47 |
| Binary | 100 | 11000010 | 10000010 | 1100010 | 0 | 100001 | 11000 | 10100000 | 1100000 | 100111 |
Color Harmonies of #04C282
Complementary color
Monochromatic Colors of #04C282
Black with #04C282
Text Example
Text Example
White with #04C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C282; }
p { color: rgb(4,194,130); }
H1.HeaderClassName
{
color: #04C282;
}
.AnyTagClassName
{
color: #04C282;
}
</style>
background-color css
<style>
a { background-color: #04C282; }
a { background-color: rgb(4,194,130); }
div.DivClassName
{
background-color: #04C282;
}
.BgClassName
{
background-color: #04C282;
}
</style>
border-color css
<style>
span { border-color: #04C282; }
span { border-color: rgb(4,194,130); }
td.TdClassName
{
border-color: #04C282;
}
.TagClassName
{
border-color: #04C282;
}
</style>