#02DE95

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

Shades of Caribbean Green #02DE95

Tints of Caribbean Green #02DE95

Color information

#02DE95 (or 0x02DE95) is unknown color: approx Caribbean Green. HEX triplet: 02, DE and 95. RGB value is (2,222,149). Sum of RGB (Red+Green+Blue) = 2+222+149=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #02DE95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DE95 is #FD216A. Grayscale: #939393. Windows color (decimal): -16589163 or 9821698. OLE color: 9821698.

HSL color Cylindrical-coordinate representation of color #02DE95: hue angle of 160.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DE95 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB2222149-
CMYK0.9900.330.13
HSL160.09º98.21%43.92%-
HSV(B)160.09º99.1%87.06%-
XYZ31.5754.4337.27-
YUV147.9128.6123.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 222 (87.11% from 255) = 59.52%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=0.54%
G=59.52%
B=39.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221490.9900.330.13160.0998.2143.92
Hex2DE9563021Da0622c
Octal23362251430411524014254
Binary101101111010010101110001101000011101101000001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02DE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,222,149); }

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

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

 a { background-color: rgb(2,222,149); }

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

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

 span { border-color: rgb(2,222,149); }

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