Shades of Caribbean Green #01D283
Tints of Caribbean Green #01D283
RGB
CMYK
RGB Variations
Color information
#01D283 (or 0x01D283) is known color: Caribbean Green. HEX triplet: 01, D2 and 83. RGB value is (1,210,131). Sum of RGB (Red+Green+Blue) = 1+210+131=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #01D283 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D283 is #FE2D7C. Grayscale: #8A8A8A. Windows color (decimal): -16657789 or 8638977. OLE color: 8638977.
HSL color Cylindrical-coordinate representation of color #01D283: hue angle of 157.32º 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 #01D283 is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 131 | - |
| CMYK | 1.00 | 0 | 0.38 | 0.18 |
| HSL | 157.32º | 0.99% | 0.41% | - |
| HSV(B) | 157.32º | 1% | 0.82% | - |
| XYZ | 27.16 | 47.74 | 29.26 | - |
| YUV | 138.5 | 123.76 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 131 | 1.00 | 0 | 0.38 | 0.18 | 157.32 | 0.99 | 0.41 |
| Hex | 1 | D2 | 83 | 64 | 0 | 26 | 12 | 9D | 63 | 29 |
| Octal | 1 | 322 | 203 | 144 | 0 | 46 | 22 | 235 | 143 | 51 |
| Binary | 1 | 11010010 | 10000011 | 1100100 | 0 | 100110 | 10010 | 10011101 | 1100011 | 101001 |
Color Harmonies of #01D283
Complementary color
Monochromatic Colors of #01D283
Black with #01D283
Text Example
Text Example
White with #01D283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D283; }
p { color: rgb(1,210,131); }
H1.HeaderClassName
{
color: #01D283;
}
.AnyTagClassName
{
color: #01D283;
}
</style>
background-color css
<style>
a { background-color: #01D283; }
a { background-color: rgb(1,210,131); }
div.DivClassName
{
background-color: #01D283;
}
.BgClassName
{
background-color: #01D283;
}
</style>
border-color css
<style>
span { border-color: #01D283; }
span { border-color: rgb(1,210,131); }
td.TdClassName
{
border-color: #01D283;
}
.TagClassName
{
border-color: #01D283;
}
</style>