#2fd89e

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

Shades of Shamrock #2FD89E

Tints of Shamrock #2FD89E

Color information

#2FD89E (or 0x2FD89E) is unknown color: approx Shamrock. HEX triplet: 2F, D8 and 9E. RGB value is (47,216,158). Sum of RGB (Red+Green+Blue) = 47+216+158=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD89E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD89E is #D02761. Grayscale: #9E9E9E. Windows color (decimal): -13641570 or 10410031. OLE color: 10410031.

HSL color Cylindrical-coordinate representation of color #2FD89E: hue angle of 159.41º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD89E is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB47216158-
CMYK0.7800.270.15
HSL159.41º68.42%51.57%-
HSV(B)159.41º78.24%84.71%-
XYZ31.952.1840.74-
YUV158.86127.5148.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.16%
GREEN value IS 216 (84.77% from 255) = 51.31%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=11.16%
G=51.31%
B=37.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal472161580.7800.270.15159.4168.4251.57
Hex2FD89E4E01BF9f4434
Octal573302361160331723710464
Binary101111110110001001111010011100110111111100111111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fd89e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2fd89e; }

 p { color: rgb(47,216,158); }

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

<style>
 a { background-color: #2fd89e; }

 a { background-color: rgb(47,216,158); }

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

<style>
 span { border-color: #2fd89e; }

 span { border-color: rgb(47,216,158); }

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