Shades of Caribbean Green #18D58D
Tints of Caribbean Green #18D58D
RGB
CMYK
RGB Variations
Color information
#18D58D (or 0x18D58D) is known color: Caribbean Green. HEX triplet: 18, D5 and 8D. RGB value is (24,213,141). Sum of RGB (Red+Green+Blue) = 24+213+141=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #18D58D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D58D is #E72A72. Grayscale: #949494. Windows color (decimal): -15149683 or 9295128. OLE color: 9295128.
HSL color Cylindrical-coordinate representation of color #18D58D: hue angle of 157.14º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D58D is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 141 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.16 |
| HSL | 157.14º | 0.8% | 0.46% | - |
| HSV(B) | 157.14º | 0.89% | 0.84% | - |
| XYZ | 28.98 | 49.71 | 33.27 | - |
| YUV | 148.28 | 123.88 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 141 | 0.89 | 0 | 0.34 | 0.16 | 157.14 | 0.8 | 0.46 |
| Hex | 18 | D5 | 8D | 59 | 0 | 22 | 10 | 9D | 50 | 2E |
| Octal | 30 | 325 | 215 | 131 | 0 | 42 | 20 | 235 | 120 | 56 |
| Binary | 11000 | 11010101 | 10001101 | 1011001 | 0 | 100010 | 10000 | 10011101 | 1010000 | 101110 |
Color Harmonies of #18D58D
Complementary color
Monochromatic Colors of #18D58D
Black with #18D58D
Text Example
Text Example
White with #18D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D58D; }
p { color: rgb(24,213,141); }
H1.HeaderClassName
{
color: #18D58D;
}
.AnyTagClassName
{
color: #18D58D;
}
</style>
background-color css
<style>
a { background-color: #18D58D; }
a { background-color: rgb(24,213,141); }
div.DivClassName
{
background-color: #18D58D;
}
.BgClassName
{
background-color: #18D58D;
}
</style>
border-color css
<style>
span { border-color: #18D58D; }
span { border-color: rgb(24,213,141); }
td.TdClassName
{
border-color: #18D58D;
}
.TagClassName
{
border-color: #18D58D;
}
</style>