Shades of Caribbean Green #05D29A
Tints of Caribbean Green #05D29A
RGB
CMYK
RGB Variations
Color information
#05D29A (or 0x05D29A) is known color: Caribbean Green. HEX triplet: 05, D2 and 9A. RGB value is (5,210,154). Sum of RGB (Red+Green+Blue) = 5+210+154=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #05D29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D29A is #FA2D65. Grayscale: #8E8E8E. Windows color (decimal): -16395622 or 10146309. OLE color: 10146309.
HSL color Cylindrical-coordinate representation of color #05D29A: hue angle of 163.61º 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 #05D29A is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 154 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.18 |
| HSL | 163.61º | 0.95% | 0.42% | - |
| HSV(B) | 163.61º | 0.98% | 0.82% | - |
| XYZ | 28.94 | 48.46 | 38.4 | - |
| YUV | 142.32 | 134.58 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 154 | 0.98 | 0 | 0.27 | 0.18 | 163.61 | 0.95 | 0.42 |
| Hex | 5 | D2 | 9A | 62 | 0 | 1B | 12 | A4 | 5F | 2A |
| Octal | 5 | 322 | 232 | 142 | 0 | 33 | 22 | 244 | 137 | 52 |
| Binary | 101 | 11010010 | 10011010 | 1100010 | 0 | 11011 | 10010 | 10100100 | 1011111 | 101010 |
Color Harmonies of #05D29A
Complementary color
Monochromatic Colors of #05D29A
Black with #05D29A
Text Example
Text Example
White with #05D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D29A; }
p { color: rgb(5,210,154); }
H1.HeaderClassName
{
color: #05D29A;
}
.AnyTagClassName
{
color: #05D29A;
}
</style>
background-color css
<style>
a { background-color: #05D29A; }
a { background-color: rgb(5,210,154); }
div.DivClassName
{
background-color: #05D29A;
}
.BgClassName
{
background-color: #05D29A;
}
</style>
border-color css
<style>
span { border-color: #05D29A; }
span { border-color: rgb(5,210,154); }
td.TdClassName
{
border-color: #05D29A;
}
.TagClassName
{
border-color: #05D29A;
}
</style>