Shades of Caribbean Green #13D77D
Tints of Caribbean Green #13D77D
RGB
CMYK
RGB Variations
Color information
#13D77D (or 0x13D77D) is known color: Caribbean Green. HEX triplet: 13, D7 and 7D. RGB value is (19,215,125). Sum of RGB (Red+Green+Blue) = 19+215+125=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #13D77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D77D is #EC2882. Grayscale: #929292. Windows color (decimal): -15476867 or 8247059. OLE color: 8247059.
HSL color Cylindrical-coordinate representation of color #13D77D: hue angle of 152.45º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D77D is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 125 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.16 |
| HSL | 152.45º | 0.84% | 0.46% | - |
| HSV(B) | 152.45º | 0.91% | 0.84% | - |
| XYZ | 28.27 | 50.22 | 27.61 | - |
| YUV | 146.14 | 116.07 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 125 | 0.91 | 0 | 0.42 | 0.16 | 152.45 | 0.84 | 0.46 |
| Hex | 13 | D7 | 7D | 5B | 0 | 2A | 10 | 98 | 54 | 2E |
| Octal | 23 | 327 | 175 | 133 | 0 | 52 | 20 | 230 | 124 | 56 |
| Binary | 10011 | 11010111 | 1111101 | 1011011 | 0 | 101010 | 10000 | 10011000 | 1010100 | 101110 |
Color Harmonies of #13D77D
Complementary color
Monochromatic Colors of #13D77D
Black with #13D77D
Text Example
Text Example
White with #13D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D77D; }
p { color: rgb(19,215,125); }
H1.HeaderClassName
{
color: #13D77D;
}
.AnyTagClassName
{
color: #13D77D;
}
</style>
background-color css
<style>
a { background-color: #13D77D; }
a { background-color: rgb(19,215,125); }
div.DivClassName
{
background-color: #13D77D;
}
.BgClassName
{
background-color: #13D77D;
}
</style>
border-color css
<style>
span { border-color: #13D77D; }
span { border-color: rgb(19,215,125); }
td.TdClassName
{
border-color: #13D77D;
}
.TagClassName
{
border-color: #13D77D;
}
</style>