Shades of Caribbean Green #05CB7A
Tints of Caribbean Green #05CB7A
RGB
CMYK
RGB Variations
Color information
#05CB7A (or 0x05CB7A) is known color: Caribbean Green. HEX triplet: 05, CB and 7A. RGB value is (5,203,122). Sum of RGB (Red+Green+Blue) = 5+203+122=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CB7A is #FA3485. Grayscale: #868686. Windows color (decimal): -16397446 or 8047365. OLE color: 8047365.
HSL color Cylindrical-coordinate representation of color #05CB7A: hue angle of 155.45º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CB7A is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 122 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.20 |
| HSL | 155.45º | 0.95% | 0.41% | - |
| HSV(B) | 155.45º | 0.98% | 0.8% | - |
| XYZ | 24.93 | 44.15 | 25.62 | - |
| YUV | 134.56 | 120.9 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 122 | 0.98 | 0 | 0.40 | 0.20 | 155.45 | 0.95 | 0.41 |
| Hex | 5 | CB | 7A | 62 | 0 | 28 | 14 | 9B | 5F | 29 |
| Octal | 5 | 313 | 172 | 142 | 0 | 50 | 24 | 233 | 137 | 51 |
| Binary | 101 | 11001011 | 1111010 | 1100010 | 0 | 101000 | 10100 | 10011011 | 1011111 | 101001 |
Color Harmonies of #05CB7A
Complementary color
Monochromatic Colors of #05CB7A
Black with #05CB7A
Text Example
Text Example
White with #05CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CB7A; }
p { color: rgb(5,203,122); }
H1.HeaderClassName
{
color: #05CB7A;
}
.AnyTagClassName
{
color: #05CB7A;
}
</style>
background-color css
<style>
a { background-color: #05CB7A; }
a { background-color: rgb(5,203,122); }
div.DivClassName
{
background-color: #05CB7A;
}
.BgClassName
{
background-color: #05CB7A;
}
</style>
border-color css
<style>
span { border-color: #05CB7A; }
span { border-color: rgb(5,203,122); }
td.TdClassName
{
border-color: #05CB7A;
}
.TagClassName
{
border-color: #05CB7A;
}
</style>