#02d983

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

Shades of Caribbean Green #02D983

Tints of Caribbean Green #02D983

Color information

#02D983 (or 0x02D983) is unknown color: approx Caribbean Green. HEX triplet: 02, D9 and 83. RGB value is (2,217,131). Sum of RGB (Red+Green+Blue) = 2+217+131=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #02D983 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D983 is #FD267C. Grayscale: #8F8F8F. Windows color (decimal): -16590461 or 8640770. OLE color: 8640770.

HSL color Cylindrical-coordinate representation of color #02D983: hue angle of 156º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D983 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB2217131-
CMYK0.9900.400.15
HSL156º98.17%42.94%-
HSV(B)156º99.08%85.1%-
XYZ28.9351.2829.85-
YUV142.91121.2727.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 217 (85.16% from 255) = 62%
BLUE value IS 131 (51.56% from 255) = 37.43%
R=0.57%
G=62%
B=37.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal22171310.9900.400.1515698.1742.94
Hex2D98363028F9c622b
Octal23312031430501723414253
Binary101101100110000011110001101010001111100111001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02d983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,217,131); }

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

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

 a { background-color: rgb(2,217,131); }

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

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

 span { border-color: rgb(2,217,131); }

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