Shades of Caribbean Green #02D57F
Tints of Caribbean Green #02D57F
RGB
CMYK
RGB Variations
Color information
#02D57F (or 0x02D57F) is known color: Caribbean Green. HEX triplet: 02, D5 and 7F. RGB value is (2,213,127). Sum of RGB (Red+Green+Blue) = 2+213+127=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #02D57F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D57F is #FD2A80. Grayscale: #8C8C8C. Windows color (decimal): -16591489 or 8377602. OLE color: 8377602.
HSL color Cylindrical-coordinate representation of color #02D57F: hue angle of 155.55º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D57F is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 127 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.16 |
| HSL | 155.55º | 0.98% | 0.42% | - |
| HSV(B) | 155.55º | 0.99% | 0.84% | - |
| XYZ | 27.65 | 49.13 | 28.11 | - |
| YUV | 140.11 | 120.6 | 29.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 127 | 0.99 | 0 | 0.40 | 0.16 | 155.55 | 0.98 | 0.42 |
| Hex | 2 | D5 | 7F | 63 | 0 | 28 | 10 | 9C | 62 | 2A |
| Octal | 2 | 325 | 177 | 143 | 0 | 50 | 20 | 234 | 142 | 52 |
| Binary | 10 | 11010101 | 1111111 | 1100011 | 0 | 101000 | 10000 | 10011100 | 1100010 | 101010 |
Color Harmonies of #02D57F
Complementary color
Monochromatic Colors of #02D57F
Black with #02D57F
Text Example
Text Example
White with #02D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D57F; }
p { color: rgb(2,213,127); }
H1.HeaderClassName
{
color: #02D57F;
}
.AnyTagClassName
{
color: #02D57F;
}
</style>
background-color css
<style>
a { background-color: #02D57F; }
a { background-color: rgb(2,213,127); }
div.DivClassName
{
background-color: #02D57F;
}
.BgClassName
{
background-color: #02D57F;
}
</style>
border-color css
<style>
span { border-color: #02D57F; }
span { border-color: rgb(2,213,127); }
td.TdClassName
{
border-color: #02D57F;
}
.TagClassName
{
border-color: #02D57F;
}
</style>