Shades of Caribbean Green #13D78D
Tints of Caribbean Green #13D78D
RGB
CMYK
RGB Variations
Color information
#13D78D (or 0x13D78D) is known color: Caribbean Green. HEX triplet: 13, D7 and 8D. RGB value is (19,215,141). Sum of RGB (Red+Green+Blue) = 19+215+141=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #13D78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D78D is #EC2872. Grayscale: #949494. Windows color (decimal): -15476851 or 9295635. OLE color: 9295635.
HSL color Cylindrical-coordinate representation of color #13D78D: hue angle of 157.35º 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 #13D78D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 141 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.16 |
| HSL | 157.35º | 0.84% | 0.46% | - |
| HSV(B) | 157.35º | 0.91% | 0.84% | - |
| XYZ | 29.38 | 50.66 | 33.43 | - |
| YUV | 147.96 | 124.07 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 141 | 0.91 | 0 | 0.34 | 0.16 | 157.35 | 0.84 | 0.46 |
| Hex | 13 | D7 | 8D | 5B | 0 | 22 | 10 | 9D | 54 | 2E |
| Octal | 23 | 327 | 215 | 133 | 0 | 42 | 20 | 235 | 124 | 56 |
| Binary | 10011 | 11010111 | 10001101 | 1011011 | 0 | 100010 | 10000 | 10011101 | 1010100 | 101110 |
Color Harmonies of #13D78D
Complementary color
Monochromatic Colors of #13D78D
Black with #13D78D
Text Example
Text Example
White with #13D78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D78D; }
p { color: rgb(19,215,141); }
H1.HeaderClassName
{
color: #13D78D;
}
.AnyTagClassName
{
color: #13D78D;
}
</style>
background-color css
<style>
a { background-color: #13D78D; }
a { background-color: rgb(19,215,141); }
div.DivClassName
{
background-color: #13D78D;
}
.BgClassName
{
background-color: #13D78D;
}
</style>
border-color css
<style>
span { border-color: #13D78D; }
span { border-color: rgb(19,215,141); }
td.TdClassName
{
border-color: #13D78D;
}
.TagClassName
{
border-color: #13D78D;
}
</style>