Shades of Caribbean Green #05D07B
Tints of Caribbean Green #05D07B
RGB
CMYK
RGB Variations
Color information
#05D07B (or 0x05D07B) is known color: Caribbean Green. HEX triplet: 05, D0 and 7B. RGB value is (5,208,123). Sum of RGB (Red+Green+Blue) = 5+208+123=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #05D07B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D07B is #FA2F84. Grayscale: #898989. Windows color (decimal): -16396165 or 8114181. OLE color: 8114181.
HSL color Cylindrical-coordinate representation of color #05D07B: hue angle of 154.88º 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 #05D07B is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 208 | 123 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.18 |
| HSL | 154.88º | 0.95% | 0.42% | - |
| HSV(B) | 154.88º | 0.98% | 0.82% | - |
| XYZ | 26.19 | 46.57 | 26.35 | - |
| YUV | 137.61 | 119.75 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 123 | 0.98 | 0 | 0.41 | 0.18 | 154.88 | 0.95 | 0.42 |
| Hex | 5 | D0 | 7B | 62 | 0 | 29 | 12 | 9B | 5F | 2A |
| Octal | 5 | 320 | 173 | 142 | 0 | 51 | 22 | 233 | 137 | 52 |
| Binary | 101 | 11010000 | 1111011 | 1100010 | 0 | 101001 | 10010 | 10011011 | 1011111 | 101010 |
Color Harmonies of #05D07B
Complementary color
Monochromatic Colors of #05D07B
Black with #05D07B
Text Example
Text Example
White with #05D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D07B; }
p { color: rgb(5,208,123); }
H1.HeaderClassName
{
color: #05D07B;
}
.AnyTagClassName
{
color: #05D07B;
}
</style>
background-color css
<style>
a { background-color: #05D07B; }
a { background-color: rgb(5,208,123); }
div.DivClassName
{
background-color: #05D07B;
}
.BgClassName
{
background-color: #05D07B;
}
</style>
border-color css
<style>
span { border-color: #05D07B; }
span { border-color: rgb(5,208,123); }
td.TdClassName
{
border-color: #05D07B;
}
.TagClassName
{
border-color: #05D07B;
}
</style>