Shades of Caribbean Green #01D07A
Tints of Caribbean Green #01D07A
RGB
CMYK
RGB Variations
Color information
#01D07A (or 0x01D07A) is known color: Caribbean Green. HEX triplet: 01, D0 and 7A. RGB value is (1,208,122). Sum of RGB (Red+Green+Blue) = 1+208+122=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #01D07A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D07A is #FE2F85. Grayscale: #888888. Windows color (decimal): -16658310 or 8048641. OLE color: 8048641.
HSL color Cylindrical-coordinate representation of color #01D07A: hue angle of 155.07º 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 #01D07A is Cyan = 1.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 122 | - |
| CMYK | 1.00 | 0 | 0.41 | 0.18 |
| HSL | 155.07º | 0.99% | 0.41% | - |
| HSV(B) | 155.07º | 1% | 0.82% | - |
| XYZ | 26.08 | 46.52 | 26.02 | - |
| YUV | 136.3 | 119.92 | 31.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 122 | 1.00 | 0 | 0.41 | 0.18 | 155.07 | 0.99 | 0.41 |
| Hex | 1 | D0 | 7A | 64 | 0 | 29 | 12 | 9B | 63 | 29 |
| Octal | 1 | 320 | 172 | 144 | 0 | 51 | 22 | 233 | 143 | 51 |
| Binary | 1 | 11010000 | 1111010 | 1100100 | 0 | 101001 | 10010 | 10011011 | 1100011 | 101001 |
Color Harmonies of #01D07A
Complementary color
Monochromatic Colors of #01D07A
Black with #01D07A
Text Example
Text Example
White with #01D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D07A; }
p { color: rgb(1,208,122); }
H1.HeaderClassName
{
color: #01D07A;
}
.AnyTagClassName
{
color: #01D07A;
}
</style>
background-color css
<style>
a { background-color: #01D07A; }
a { background-color: rgb(1,208,122); }
div.DivClassName
{
background-color: #01D07A;
}
.BgClassName
{
background-color: #01D07A;
}
</style>
border-color css
<style>
span { border-color: #01D07A; }
span { border-color: rgb(1,208,122); }
td.TdClassName
{
border-color: #01D07A;
}
.TagClassName
{
border-color: #01D07A;
}
</style>