Shades of Caribbean Green #13D481
Tints of Caribbean Green #13D481
RGB
CMYK
RGB Variations
Color information
#13D481 (or 0x13D481) is known color: Caribbean Green. HEX triplet: 13, D4 and 81. RGB value is (19,212,129). Sum of RGB (Red+Green+Blue) = 19+212+129=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #13D481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D481 is #EC2B7E. Grayscale: #909090. Windows color (decimal): -15477631 or 8508435. OLE color: 8508435.
HSL color Cylindrical-coordinate representation of color #13D481: hue angle of 154.2º degrees, saturation: 0.84, 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 #13D481 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 212 | 129 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.17 |
| HSL | 154.2º | 0.84% | 0.45% | - |
| HSV(B) | 154.2º | 0.91% | 0.83% | - |
| XYZ | 27.77 | 48.81 | 28.73 | - |
| YUV | 144.83 | 119.06 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 212 | 129 | 0.91 | 0 | 0.39 | 0.17 | 154.2 | 0.84 | 0.45 |
| Hex | 13 | D4 | 81 | 5B | 0 | 27 | 11 | 9A | 54 | 2D |
| Octal | 23 | 324 | 201 | 133 | 0 | 47 | 21 | 232 | 124 | 55 |
| Binary | 10011 | 11010100 | 10000001 | 1011011 | 0 | 100111 | 10001 | 10011010 | 1010100 | 101101 |
Color Harmonies of #13D481
Complementary color
Monochromatic Colors of #13D481
Black with #13D481
Text Example
Text Example
White with #13D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D481; }
p { color: rgb(19,212,129); }
H1.HeaderClassName
{
color: #13D481;
}
.AnyTagClassName
{
color: #13D481;
}
</style>
background-color css
<style>
a { background-color: #13D481; }
a { background-color: rgb(19,212,129); }
div.DivClassName
{
background-color: #13D481;
}
.BgClassName
{
background-color: #13D481;
}
</style>
border-color css
<style>
span { border-color: #13D481; }
span { border-color: rgb(19,212,129); }
td.TdClassName
{
border-color: #13D481;
}
.TagClassName
{
border-color: #13D481;
}
</style>