#02C487

Color #02C487 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #02C487

Tints of Caribbean Green #02C487

Color information

#02C487 (or 0x02C487) is unknown color: approx Caribbean Green. HEX triplet: 02, C4 and 87. RGB value is (2,196,135). Sum of RGB (Red+Green+Blue) = 2+196+135=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #02C487 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C487 is #FD3B78. Grayscale: #838383. Windows color (decimal): -16595833 or 8897538. OLE color: 8897538.

HSL color Cylindrical-coordinate representation of color #02C487: hue angle of 161.13º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C487 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB2196135-
CMYK0.9900.310.23
HSL161.13º97.98%38.82%-
HSV(B)161.13º98.98%76.86%-
XYZ24.1441.2429.61-
YUV131.04130.2335.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 196 (76.95% from 255) = 58.86%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=0.60%
G=58.86%
B=40.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal21961350.9900.310.23161.1397.9838.82
Hex2C4876301F17a16227
Octal23042071430372724114247
Binary101100010010000111110001101111110111101000011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C487; }

 p { color: rgb(2,196,135); }

 H1.HeaderClassName
 {
   color: #02C487;
 }
 .AnyTagClassName
 {
   color: #02C487;
 }
</style>
background-color css

<style>
 a { background-color: #02C487; }

 a { background-color: rgb(2,196,135); }

 div.DivClassName
 {
   background-color: #02C487;
 }
 .BgClassName
 {
   background-color: #02C487;
 }
</style>
border-color css

<style>
 span { border-color: #02C487; }

 span { border-color: rgb(2,196,135); }

 td.TdClassName
 {
   border-color: #02C487;
 }
 .TagClassName
 {
   border-color: #02C487;
 }
</style>