Shades of Caribbean Green #00C487
Tints of Caribbean Green #00C487
RGB
CMYK
RGB Variations
Color information
#00C487 (or 0x00C487) is known color: Caribbean Green. HEX triplet: 00, C4 and 87. RGB value is (0,196,135). Sum of RGB (Red+Green+Blue) = 0+196+135=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #00C487 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C487 is #FF3B78. Grayscale: #828282. Windows color (decimal): -16726905 or 8897536. OLE color: 8897536.
HSL color Cylindrical-coordinate representation of color #00C487: hue angle of 161.33º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C487 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 135 | - |
| CMYK | 1 | 0 | 0.31 | 0.23 |
| HSL | 161.33º | 1% | 0.38% | - |
| HSV(B) | 161.33º | 1% | 0.77% | - |
| XYZ | 24.11 | 41.23 | 29.61 | - |
| YUV | 130.44 | 130.57 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 135 | 1 | 0 | 0.31 | 0.23 | 161.33 | 1 | 0.38 |
| Hex | 0 | C4 | 87 | 64 | 0 | 1F | 17 | A1 | 64 | 26 |
| Octal | 0 | 304 | 207 | 144 | 0 | 37 | 27 | 241 | 144 | 46 |
| Binary | 0 | 11000100 | 10000111 | 1100100 | 0 | 11111 | 10111 | 10100001 | 1100100 | 100110 |
Color Harmonies of #00C487
Complementary color
Monochromatic Colors of #00C487
Black with #00C487
Text Example
Text Example
White with #00C487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C487; }
p { color: rgb(0,196,135); }
H1.HeaderClassName
{
color: #00C487;
}
.AnyTagClassName
{
color: #00C487;
}
</style>
background-color css
<style>
a { background-color: #00C487; }
a { background-color: rgb(0,196,135); }
div.DivClassName
{
background-color: #00C487;
}
.BgClassName
{
background-color: #00C487;
}
</style>
border-color css
<style>
span { border-color: #00C487; }
span { border-color: rgb(0,196,135); }
td.TdClassName
{
border-color: #00C487;
}
.TagClassName
{
border-color: #00C487;
}
</style>