Shades of Caribbean Green #13D383
Tints of Caribbean Green #13D383
RGB
CMYK
RGB Variations
Color information
#13D383 (or 0x13D383) is known color: Caribbean Green. HEX triplet: 13, D3 and 83. RGB value is (19,211,131). Sum of RGB (Red+Green+Blue) = 19+211+131=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #13D383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D383 is #EC2C7C. Grayscale: #909090. Windows color (decimal): -15477885 or 8639251. OLE color: 8639251.
HSL color Cylindrical-coordinate representation of color #13D383: hue angle of 155º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D383 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 131 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.17 |
| HSL | 155º | 0.83% | 0.45% | - |
| HSV(B) | 155º | 0.91% | 0.83% | - |
| XYZ | 27.66 | 48.37 | 29.35 | - |
| YUV | 144.47 | 120.39 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 131 | 0.91 | 0 | 0.38 | 0.17 | 155 | 0.83 | 0.45 |
| Hex | 13 | D3 | 83 | 5B | 0 | 26 | 11 | 9B | 53 | 2D |
| Octal | 23 | 323 | 203 | 133 | 0 | 46 | 21 | 233 | 123 | 55 |
| Binary | 10011 | 11010011 | 10000011 | 1011011 | 0 | 100110 | 10001 | 10011011 | 1010011 | 101101 |
Color Harmonies of #13D383
Complementary color
Monochromatic Colors of #13D383
Black with #13D383
Text Example
Text Example
White with #13D383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D383; }
p { color: rgb(19,211,131); }
H1.HeaderClassName
{
color: #13D383;
}
.AnyTagClassName
{
color: #13D383;
}
</style>
background-color css
<style>
a { background-color: #13D383; }
a { background-color: rgb(19,211,131); }
div.DivClassName
{
background-color: #13D383;
}
.BgClassName
{
background-color: #13D383;
}
</style>
border-color css
<style>
span { border-color: #13D383; }
span { border-color: rgb(19,211,131); }
td.TdClassName
{
border-color: #13D383;
}
.TagClassName
{
border-color: #13D383;
}
</style>