Shades of Caribbean Green #01D685
Tints of Caribbean Green #01D685
RGB
CMYK
RGB Variations
Color information
#01D685 (or 0x01D685) is known color: Caribbean Green. HEX triplet: 01, D6 and 85. RGB value is (1,214,133). Sum of RGB (Red+Green+Blue) = 1+214+133=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #01D685 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D685 is #FE297A. Grayscale: #8D8D8D. Windows color (decimal): -16656763 or 8771073. OLE color: 8771073.
HSL color Cylindrical-coordinate representation of color #01D685: hue angle of 157.18º 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 #01D685 is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 133 | - |
| CMYK | 1.00 | 0 | 0.38 | 0.16 |
| HSL | 157.18º | 0.99% | 0.42% | - |
| HSV(B) | 157.18º | 1% | 0.84% | - |
| XYZ | 28.29 | 49.79 | 30.31 | - |
| YUV | 141.08 | 123.43 | 28.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 133 | 1.00 | 0 | 0.38 | 0.16 | 157.18 | 0.99 | 0.42 |
| Hex | 1 | D6 | 85 | 64 | 0 | 26 | 10 | 9D | 63 | 2A |
| Octal | 1 | 326 | 205 | 144 | 0 | 46 | 20 | 235 | 143 | 52 |
| Binary | 1 | 11010110 | 10000101 | 1100100 | 0 | 100110 | 10000 | 10011101 | 1100011 | 101010 |
Color Harmonies of #01D685
Complementary color
Monochromatic Colors of #01D685
Black with #01D685
Text Example
Text Example
White with #01D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D685; }
p { color: rgb(1,214,133); }
H1.HeaderClassName
{
color: #01D685;
}
.AnyTagClassName
{
color: #01D685;
}
</style>
background-color css
<style>
a { background-color: #01D685; }
a { background-color: rgb(1,214,133); }
div.DivClassName
{
background-color: #01D685;
}
.BgClassName
{
background-color: #01D685;
}
</style>
border-color css
<style>
span { border-color: #01D685; }
span { border-color: rgb(1,214,133); }
td.TdClassName
{
border-color: #01D685;
}
.TagClassName
{
border-color: #01D685;
}
</style>