#02C78D

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

Shades of Caribbean Green #02C78D

Tints of Caribbean Green #02C78D

Color information

#02C78D (or 0x02C78D) is unknown color: approx Caribbean Green. HEX triplet: 02, C7 and 8D. RGB value is (2,199,141). Sum of RGB (Red+Green+Blue) = 2+199+141=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #02C78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C78D is #FD3872. Grayscale: #858585. Windows color (decimal): -16595059 or 9291522. OLE color: 9291522.

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

Color convert

RGB2199141-
CMYK0.9900.290.22
HSL162.34º98.01%39.41%-
HSV(B)162.34º98.99%78.04%-
XYZ25.2642.7832.13-
YUV133.48132.2334.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 199 (78.12% from 255) = 58.19%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=0.58%
G=58.19%
B=41.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21991410.9900.290.22162.3498.0139.41
Hex2C78D6301D16a26227
Octal23072151430352624214247
Binary101100011110001101110001101110110110101000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,199,141); }

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

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

 a { background-color: rgb(2,199,141); }

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

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

 span { border-color: rgb(2,199,141); }

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