Shades of Caribbean Green #02E085
Tints of Caribbean Green #02E085
RGB
CMYK
RGB Variations
Color information
#02E085 (or 0x02E085) is known color: Caribbean Green. HEX triplet: 02, E0 and 85. RGB value is (2,224,133). Sum of RGB (Red+Green+Blue) = 2+224+133=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #02E085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E085 is #FD1F7A. Grayscale: #939393. Windows color (decimal): -16588667 or 8773634. OLE color: 8773634.
HSL color Cylindrical-coordinate representation of color #02E085: hue angle of 155.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E085 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 133 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.12 |
| HSL | 155.41º | 0.98% | 0.44% | - |
| HSV(B) | 155.41º | 0.99% | 0.88% | - |
| XYZ | 30.91 | 55.02 | 31.18 | - |
| YUV | 147.25 | 119.95 | 24.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 133 | 0.99 | 0 | 0.41 | 0.12 | 155.41 | 0.98 | 0.44 |
| Hex | 2 | E0 | 85 | 63 | 0 | 29 | C | 9B | 62 | 2C |
| Octal | 2 | 340 | 205 | 143 | 0 | 51 | 14 | 233 | 142 | 54 |
| Binary | 10 | 11100000 | 10000101 | 1100011 | 0 | 101001 | 1100 | 10011011 | 1100010 | 101100 |
Color Harmonies of #02E085
Complementary color
Monochromatic Colors of #02E085
Black with #02E085
Text Example
Text Example
White with #02E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E085; }
p { color: rgb(2,224,133); }
H1.HeaderClassName
{
color: #02E085;
}
.AnyTagClassName
{
color: #02E085;
}
</style>
background-color css
<style>
a { background-color: #02E085; }
a { background-color: rgb(2,224,133); }
div.DivClassName
{
background-color: #02E085;
}
.BgClassName
{
background-color: #02E085;
}
</style>
border-color css
<style>
span { border-color: #02E085; }
span { border-color: rgb(2,224,133); }
td.TdClassName
{
border-color: #02E085;
}
.TagClassName
{
border-color: #02E085;
}
</style>