Shades of Caribbean Green #05D695
Tints of Caribbean Green #05D695
RGB
CMYK
RGB Variations
Color information
#05D695 (or 0x05D695) is known color: Caribbean Green. HEX triplet: 05, D6 and 95. RGB value is (5,214,149). Sum of RGB (Red+Green+Blue) = 5+214+149=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #05D695 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D695 is #FA296A. Grayscale: #909090. Windows color (decimal): -16394603 or 9819653. OLE color: 9819653.
HSL color Cylindrical-coordinate representation of color #05D695: hue angle of 161.34º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D695 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 214 | 149 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.16 |
| HSL | 161.34º | 0.95% | 0.43% | - |
| HSV(B) | 161.34º | 0.98% | 0.84% | - |
| XYZ | 29.53 | 50.3 | 36.59 | - |
| YUV | 144.1 | 130.76 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 214 | 149 | 0.98 | 0 | 0.30 | 0.16 | 161.34 | 0.95 | 0.43 |
| Hex | 5 | D6 | 95 | 62 | 0 | 1E | 10 | A1 | 5F | 2B |
| Octal | 5 | 326 | 225 | 142 | 0 | 36 | 20 | 241 | 137 | 53 |
| Binary | 101 | 11010110 | 10010101 | 1100010 | 0 | 11110 | 10000 | 10100001 | 1011111 | 101011 |
Color Harmonies of #05D695
Complementary color
Monochromatic Colors of #05D695
Black with #05D695
Text Example
Text Example
White with #05D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D695; }
p { color: rgb(5,214,149); }
H1.HeaderClassName
{
color: #05D695;
}
.AnyTagClassName
{
color: #05D695;
}
</style>
background-color css
<style>
a { background-color: #05D695; }
a { background-color: rgb(5,214,149); }
div.DivClassName
{
background-color: #05D695;
}
.BgClassName
{
background-color: #05D695;
}
</style>
border-color css
<style>
span { border-color: #05D695; }
span { border-color: rgb(5,214,149); }
td.TdClassName
{
border-color: #05D695;
}
.TagClassName
{
border-color: #05D695;
}
</style>