Shades of Caribbean Green #01D183
Tints of Caribbean Green #01D183
RGB
CMYK
RGB Variations
Color information
#01D183 (or 0x01D183) is known color: Caribbean Green. HEX triplet: 01, D1 and 83. RGB value is (1,209,131). Sum of RGB (Red+Green+Blue) = 1+209+131=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #01D183 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D183 is #FE2E7C. Grayscale: #8A8A8A. Windows color (decimal): -16658045 or 8638721. OLE color: 8638721.
HSL color Cylindrical-coordinate representation of color #01D183: hue angle of 157.5º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D183 is Cyan = 1.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 131 | - |
| CMYK | 1.00 | 0 | 0.37 | 0.18 |
| HSL | 157.5º | 0.99% | 0.41% | - |
| HSV(B) | 157.5º | 1% | 0.82% | - |
| XYZ | 26.91 | 47.25 | 29.17 | - |
| YUV | 137.92 | 124.09 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 131 | 1.00 | 0 | 0.37 | 0.18 | 157.5 | 0.99 | 0.41 |
| Hex | 1 | D1 | 83 | 64 | 0 | 25 | 12 | 9E | 63 | 29 |
| Octal | 1 | 321 | 203 | 144 | 0 | 45 | 22 | 236 | 143 | 51 |
| Binary | 1 | 11010001 | 10000011 | 1100100 | 0 | 100101 | 10010 | 10011110 | 1100011 | 101001 |
Color Harmonies of #01D183
Complementary color
Monochromatic Colors of #01D183
Black with #01D183
Text Example
Text Example
White with #01D183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D183; }
p { color: rgb(1,209,131); }
H1.HeaderClassName
{
color: #01D183;
}
.AnyTagClassName
{
color: #01D183;
}
</style>
background-color css
<style>
a { background-color: #01D183; }
a { background-color: rgb(1,209,131); }
div.DivClassName
{
background-color: #01D183;
}
.BgClassName
{
background-color: #01D183;
}
</style>
border-color css
<style>
span { border-color: #01D183; }
span { border-color: rgb(1,209,131); }
td.TdClassName
{
border-color: #01D183;
}
.TagClassName
{
border-color: #01D183;
}
</style>