Shades of Caribbean Green #01D598
Tints of Caribbean Green #01D598
RGB
CMYK
RGB Variations
Color information
#01D598 (or 0x01D598) is known color: Caribbean Green. HEX triplet: 01, D5 and 98. RGB value is (1,213,152). Sum of RGB (Red+Green+Blue) = 1+213+152=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #01D598 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D598 is #FE2A67. Grayscale: #8E8E8E. Windows color (decimal): -16657000 or 10016001. OLE color: 10016001.
HSL color Cylindrical-coordinate representation of color #01D598: hue angle of 162.74º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D598 is Cyan = 1.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 152 | - |
| CMYK | 1.00 | 0 | 0.29 | 0.16 |
| HSL | 162.74º | 0.99% | 0.42% | - |
| HSV(B) | 162.74º | 1% | 0.84% | - |
| XYZ | 29.47 | 49.86 | 37.78 | - |
| YUV | 142.66 | 133.26 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 152 | 1.00 | 0 | 0.29 | 0.16 | 162.74 | 0.99 | 0.42 |
| Hex | 1 | D5 | 98 | 64 | 0 | 1D | 10 | A3 | 63 | 2A |
| Octal | 1 | 325 | 230 | 144 | 0 | 35 | 20 | 243 | 143 | 52 |
| Binary | 1 | 11010101 | 10011000 | 1100100 | 0 | 11101 | 10000 | 10100011 | 1100011 | 101010 |
Color Harmonies of #01D598
Complementary color
Monochromatic Colors of #01D598
Black with #01D598
Text Example
Text Example
White with #01D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D598; }
p { color: rgb(1,213,152); }
H1.HeaderClassName
{
color: #01D598;
}
.AnyTagClassName
{
color: #01D598;
}
</style>
background-color css
<style>
a { background-color: #01D598; }
a { background-color: rgb(1,213,152); }
div.DivClassName
{
background-color: #01D598;
}
.BgClassName
{
background-color: #01D598;
}
</style>
border-color css
<style>
span { border-color: #01D598; }
span { border-color: rgb(1,213,152); }
td.TdClassName
{
border-color: #01D598;
}
.TagClassName
{
border-color: #01D598;
}
</style>