#05DE87

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

Shades of Caribbean Green #05DE87

Tints of Caribbean Green #05DE87

Color information

#05DE87 (or 0x05DE87) is unknown color: approx Caribbean Green. HEX triplet: 05, DE and 87. RGB value is (5,222,135). Sum of RGB (Red+Green+Blue) = 5+222+135=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 222 (87.11% from 255 or 61.33% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 222 - color contains mainly: green. Hex color #05DE87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DE87 is #FA2178. Grayscale: #939393. Windows color (decimal): -16392569 or 8904197. OLE color: 8904197.

HSL color Cylindrical-coordinate representation of color #05DE87: hue angle of 155.94º 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 #05DE87 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB5222135-
CMYK0.9800.390.13
HSL155.94º95.59%44.51%-
HSV(B)155.94º97.75%87.06%-
XYZ30.5654.0231.74-
YUV147.2121.1126.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.38%
GREEN value IS 222 (87.11% from 255) = 61.33%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=1.38%
G=61.33%
B=37.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221350.9800.390.13155.9495.5944.51
Hex5DE8762027D9c602d
Octal53362071420471523414055
Binary1011101111010000111110001001001111101100111001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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