#05DE86

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

Shades of Caribbean Green #05DE86

Tints of Caribbean Green #05DE86

Color information

#05DE86 (or 0x05DE86) is unknown color: approx Caribbean Green. HEX triplet: 05, DE and 86. RGB value is (5,222,134). Sum of RGB (Red+Green+Blue) = 5+222+134=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 222 (87.11% from 255 or 61.50% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 222 - color contains mainly: green. Hex color #05DE86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DE86 is #FA2179. Grayscale: #939393. Windows color (decimal): -16392570 or 8838661. OLE color: 8838661.

HSL color Cylindrical-coordinate representation of color #05DE86: hue angle of 155.67º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DE86 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB5222134-
CMYK0.9800.400.13
HSL155.67º95.59%44.51%-
HSV(B)155.67º97.75%87.06%-
XYZ30.495431.37-
YUV147.08120.6126.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 222 (87.11% from 255) = 61.50%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=1.39%
G=61.50%
B=37.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221340.9800.400.13155.6795.5944.51
Hex5DE8662028D9c602d
Octal53362061420501523414055
Binary1011101111010000110110001001010001101100111001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05DE86; }

 p { color: rgb(5,222,134); }

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

<style>
 a { background-color: #05DE86; }

 a { background-color: rgb(5,222,134); }

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

<style>
 span { border-color: #05DE86; }

 span { border-color: rgb(5,222,134); }

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