Shades of Caribbean Green #01C484
Tints of Caribbean Green #01C484
RGB
CMYK
RGB Variations
Color information
#01C484 (or 0x01C484) is known color: Caribbean Green. HEX triplet: 01, C4 and 84. RGB value is (1,196,132). Sum of RGB (Red+Green+Blue) = 1+196+132=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #01C484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C484 is #FE3B7B. Grayscale: #828282. Windows color (decimal): -16661372 or 8700929. OLE color: 8700929.
HSL color Cylindrical-coordinate representation of color #01C484: hue angle of 160.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C484 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 132 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.23 |
| HSL | 160.31º | 0.99% | 0.39% | - |
| HSV(B) | 160.31º | 0.99% | 0.77% | - |
| XYZ | 23.92 | 41.15 | 28.51 | - |
| YUV | 130.4 | 128.9 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 132 | 0.99 | 0 | 0.33 | 0.23 | 160.31 | 0.99 | 0.39 |
| Hex | 1 | C4 | 84 | 63 | 0 | 21 | 17 | A0 | 63 | 27 |
| Octal | 1 | 304 | 204 | 143 | 0 | 41 | 27 | 240 | 143 | 47 |
| Binary | 1 | 11000100 | 10000100 | 1100011 | 0 | 100001 | 10111 | 10100000 | 1100011 | 100111 |
Color Harmonies of #01C484
Complementary color
Monochromatic Colors of #01C484
Black with #01C484
Text Example
Text Example
White with #01C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C484; }
p { color: rgb(1,196,132); }
H1.HeaderClassName
{
color: #01C484;
}
.AnyTagClassName
{
color: #01C484;
}
</style>
background-color css
<style>
a { background-color: #01C484; }
a { background-color: rgb(1,196,132); }
div.DivClassName
{
background-color: #01C484;
}
.BgClassName
{
background-color: #01C484;
}
</style>
border-color css
<style>
span { border-color: #01C484; }
span { border-color: rgb(1,196,132); }
td.TdClassName
{
border-color: #01C484;
}
.TagClassName
{
border-color: #01C484;
}
</style>