Shades of Caribbean Green #12D77D
Tints of Caribbean Green #12D77D
RGB
CMYK
RGB Variations
Color information
#12D77D (or 0x12D77D) is known color: Caribbean Green. HEX triplet: 12, D7 and 7D. RGB value is (18,215,125). Sum of RGB (Red+Green+Blue) = 18+215+125=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #12D77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D77D is #ED2882. Grayscale: #929292. Windows color (decimal): -15542403 or 8247058. OLE color: 8247058.
HSL color Cylindrical-coordinate representation of color #12D77D: hue angle of 152.59º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D77D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 125 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.16 |
| HSL | 152.59º | 0.85% | 0.46% | - |
| HSV(B) | 152.59º | 0.92% | 0.84% | - |
| XYZ | 28.25 | 50.21 | 27.6 | - |
| YUV | 145.84 | 116.23 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 125 | 0.92 | 0 | 0.42 | 0.16 | 152.59 | 0.85 | 0.46 |
| Hex | 12 | D7 | 7D | 5C | 0 | 2A | 10 | 99 | 55 | 2E |
| Octal | 22 | 327 | 175 | 134 | 0 | 52 | 20 | 231 | 125 | 56 |
| Binary | 10010 | 11010111 | 1111101 | 1011100 | 0 | 101010 | 10000 | 10011001 | 1010101 | 101110 |
Color Harmonies of #12D77D
Complementary color
Monochromatic Colors of #12D77D
Black with #12D77D
Text Example
Text Example
White with #12D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D77D; }
p { color: rgb(18,215,125); }
H1.HeaderClassName
{
color: #12D77D;
}
.AnyTagClassName
{
color: #12D77D;
}
</style>
background-color css
<style>
a { background-color: #12D77D; }
a { background-color: rgb(18,215,125); }
div.DivClassName
{
background-color: #12D77D;
}
.BgClassName
{
background-color: #12D77D;
}
</style>
border-color css
<style>
span { border-color: #12D77D; }
span { border-color: rgb(18,215,125); }
td.TdClassName
{
border-color: #12D77D;
}
.TagClassName
{
border-color: #12D77D;
}
</style>