Shades of Caribbean Green #02D27D
Tints of Caribbean Green #02D27D
RGB
CMYK
RGB Variations
Color information
#02D27D (or 0x02D27D) is known color: Caribbean Green. HEX triplet: 02, D2 and 7D. RGB value is (2,210,125). Sum of RGB (Red+Green+Blue) = 2+210+125=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #02D27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D27D is #FD2D82. Grayscale: #8A8A8A. Windows color (decimal): -16592259 or 8245762. OLE color: 8245762.
HSL color Cylindrical-coordinate representation of color #02D27D: hue angle of 155.48º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D27D is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 125 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.18 |
| HSL | 155.48º | 0.98% | 0.42% | - |
| HSV(B) | 155.48º | 0.99% | 0.82% | - |
| XYZ | 26.77 | 47.59 | 27.18 | - |
| YUV | 138.12 | 120.59 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 125 | 0.99 | 0 | 0.40 | 0.18 | 155.48 | 0.98 | 0.42 |
| Hex | 2 | D2 | 7D | 63 | 0 | 28 | 12 | 9B | 62 | 2A |
| Octal | 2 | 322 | 175 | 143 | 0 | 50 | 22 | 233 | 142 | 52 |
| Binary | 10 | 11010010 | 1111101 | 1100011 | 0 | 101000 | 10010 | 10011011 | 1100010 | 101010 |
Color Harmonies of #02D27D
Complementary color
Monochromatic Colors of #02D27D
Black with #02D27D
Text Example
Text Example
White with #02D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D27D; }
p { color: rgb(2,210,125); }
H1.HeaderClassName
{
color: #02D27D;
}
.AnyTagClassName
{
color: #02D27D;
}
</style>
background-color css
<style>
a { background-color: #02D27D; }
a { background-color: rgb(2,210,125); }
div.DivClassName
{
background-color: #02D27D;
}
.BgClassName
{
background-color: #02D27D;
}
</style>
border-color css
<style>
span { border-color: #02D27D; }
span { border-color: rgb(2,210,125); }
td.TdClassName
{
border-color: #02D27D;
}
.TagClassName
{
border-color: #02D27D;
}
</style>