#28dd86

Color #28DD86 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #28DD86

Tints of Shamrock #28DD86

Color information

#28DD86 (or 0x28DD86) is unknown color: approx Shamrock. HEX triplet: 28, DD and 86. RGB value is (40,221,134). Sum of RGB (Red+Green+Blue) = 40+221+134=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DD86 is #D72279. Grayscale: #9D9D9D. Windows color (decimal): -14099066 or 8838440. OLE color: 8838440.

HSL color Cylindrical-coordinate representation of color #28DD86: hue angle of 151.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD86 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB40221134-
CMYK0.8200.390.13
HSL151.16º72.69%51.18%-
HSV(B)151.16º81.9%86.67%-
XYZ31.0353.8931.32-
YUV156.96115.0344.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.13%
GREEN value IS 221 (86.72% from 255) = 55.95%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=10.13%
G=55.95%
B=33.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402211340.8200.390.13151.1672.6951.18
Hex28DD8652027D974933
Octal503352061220471522711163
Binary1010001101110110000110101001001001111101100101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28dd86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28dd86; }

 p { color: rgb(40,221,134); }

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

<style>
 a { background-color: #28dd86; }

 a { background-color: rgb(40,221,134); }

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

<style>
 span { border-color: #28dd86; }

 span { border-color: rgb(40,221,134); }

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