Shades of Caribbean Green #06D275
Tints of Caribbean Green #06D275
RGB
CMYK
RGB Variations
Color information
#06D275 (or 0x06D275) is known color: Caribbean Green. HEX triplet: 06, D2 and 75. RGB value is (6,210,117). Sum of RGB (Red+Green+Blue) = 6+210+117=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #06D275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D275 is #F92D8A. Grayscale: #8A8A8A. Windows color (decimal): -16330123 or 7721478. OLE color: 7721478.
HSL color Cylindrical-coordinate representation of color #06D275: hue angle of 152.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D275 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 117 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.18 |
| HSL | 152.65º | 0.94% | 0.42% | - |
| HSV(B) | 152.65º | 0.97% | 0.82% | - |
| XYZ | 26.33 | 47.42 | 24.59 | - |
| YUV | 138.4 | 115.91 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 117 | 0.97 | 0 | 0.44 | 0.18 | 152.65 | 0.94 | 0.42 |
| Hex | 6 | D2 | 75 | 61 | 0 | 2C | 12 | 99 | 5E | 2A |
| Octal | 6 | 322 | 165 | 141 | 0 | 54 | 22 | 231 | 136 | 52 |
| Binary | 110 | 11010010 | 1110101 | 1100001 | 0 | 101100 | 10010 | 10011001 | 1011110 | 101010 |
Color Harmonies of #06D275
Complementary color
Monochromatic Colors of #06D275
Black with #06D275
Text Example
Text Example
White with #06D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D275; }
p { color: rgb(6,210,117); }
H1.HeaderClassName
{
color: #06D275;
}
.AnyTagClassName
{
color: #06D275;
}
</style>
background-color css
<style>
a { background-color: #06D275; }
a { background-color: rgb(6,210,117); }
div.DivClassName
{
background-color: #06D275;
}
.BgClassName
{
background-color: #06D275;
}
</style>
border-color css
<style>
span { border-color: #06D275; }
span { border-color: rgb(6,210,117); }
td.TdClassName
{
border-color: #06D275;
}
.TagClassName
{
border-color: #06D275;
}
</style>