Shades of Caribbean Green #06D280
Tints of Caribbean Green #06D280
RGB
CMYK
RGB Variations
Color information
#06D280 (or 0x06D280) is known color: Caribbean Green. HEX triplet: 06, D2 and 80. RGB value is (6,210,128). Sum of RGB (Red+Green+Blue) = 6+210+128=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #06D280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D280 is #F92D7F. Grayscale: #8B8B8B. Windows color (decimal): -16330112 or 8442374. OLE color: 8442374.
HSL color Cylindrical-coordinate representation of color #06D280: hue angle of 155.88º 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 #06D280 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 128 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.18 |
| HSL | 155.88º | 0.94% | 0.42% | - |
| HSV(B) | 155.88º | 0.97% | 0.82% | - |
| XYZ | 27.02 | 47.69 | 28.2 | - |
| YUV | 139.66 | 121.41 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 128 | 0.97 | 0 | 0.39 | 0.18 | 155.88 | 0.94 | 0.42 |
| Hex | 6 | D2 | 80 | 61 | 0 | 27 | 12 | 9C | 5E | 2A |
| Octal | 6 | 322 | 200 | 141 | 0 | 47 | 22 | 234 | 136 | 52 |
| Binary | 110 | 11010010 | 10000000 | 1100001 | 0 | 100111 | 10010 | 10011100 | 1011110 | 101010 |
Color Harmonies of #06D280
Complementary color
Monochromatic Colors of #06D280
Black with #06D280
Text Example
Text Example
White with #06D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D280; }
p { color: rgb(6,210,128); }
H1.HeaderClassName
{
color: #06D280;
}
.AnyTagClassName
{
color: #06D280;
}
</style>
background-color css
<style>
a { background-color: #06D280; }
a { background-color: rgb(6,210,128); }
div.DivClassName
{
background-color: #06D280;
}
.BgClassName
{
background-color: #06D280;
}
</style>
border-color css
<style>
span { border-color: #06D280; }
span { border-color: rgb(6,210,128); }
td.TdClassName
{
border-color: #06D280;
}
.TagClassName
{
border-color: #06D280;
}
</style>