Shades of Caribbean Green #05D184
Tints of Caribbean Green #05D184
RGB
CMYK
RGB Variations
Color information
#05D184 (or 0x05D184) is known color: Caribbean Green. HEX triplet: 05, D1 and 84. RGB value is (5,209,132). Sum of RGB (Red+Green+Blue) = 5+209+132=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #05D184 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D184 is #FA2E7B. Grayscale: #8B8B8B. Windows color (decimal): -16395900 or 8704261. OLE color: 8704261.
HSL color Cylindrical-coordinate representation of color #05D184: hue angle of 157.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D184 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 209 | 132 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.18 |
| HSL | 157.35º | 0.95% | 0.42% | - |
| HSV(B) | 157.35º | 0.98% | 0.82% | - |
| XYZ | 27.03 | 47.3 | 29.53 | - |
| YUV | 139.23 | 123.91 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 209 | 132 | 0.98 | 0 | 0.37 | 0.18 | 157.35 | 0.95 | 0.42 |
| Hex | 5 | D1 | 84 | 62 | 0 | 25 | 12 | 9D | 5F | 2A |
| Octal | 5 | 321 | 204 | 142 | 0 | 45 | 22 | 235 | 137 | 52 |
| Binary | 101 | 11010001 | 10000100 | 1100010 | 0 | 100101 | 10010 | 10011101 | 1011111 | 101010 |
Color Harmonies of #05D184
Complementary color
Monochromatic Colors of #05D184
Black with #05D184
Text Example
Text Example
White with #05D184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D184; }
p { color: rgb(5,209,132); }
H1.HeaderClassName
{
color: #05D184;
}
.AnyTagClassName
{
color: #05D184;
}
</style>
background-color css
<style>
a { background-color: #05D184; }
a { background-color: rgb(5,209,132); }
div.DivClassName
{
background-color: #05D184;
}
.BgClassName
{
background-color: #05D184;
}
</style>
border-color css
<style>
span { border-color: #05D184; }
span { border-color: rgb(5,209,132); }
td.TdClassName
{
border-color: #05D184;
}
.TagClassName
{
border-color: #05D184;
}
</style>