#40EB93

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

Shades of Shamrock #40EB93

Tints of Shamrock #40EB93

Color information

#40EB93 (or 0x40EB93) is unknown color: approx Shamrock. HEX triplet: 40, EB and 93. RGB value is (64,235,147). Sum of RGB (Red+Green+Blue) = 64+235+147=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EB93 is #BF146C. Grayscale: #AEAEAE. Windows color (decimal): -12522605 or 9694016. OLE color: 9694016.

HSL color Cylindrical-coordinate representation of color #40EB93: hue angle of 149.12º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EB93 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB64235147-
CMYK0.7300.370.08
HSL149.12º81.04%58.63%-
HSV(B)149.12º72.77%92.16%-
XYZ37.0962.6137.73-
YUV173.84112.8549.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.35%
GREEN value IS 235 (92.19% from 255) = 52.69%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=14.35%
G=52.69%
B=32.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal642351470.7300.370.08149.1281.0458.63
Hex40EB9349025895513b
Octal1003532231110451022512173
Binary10000001110101110010011100100101001011000100101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40EB93; }

 p { color: rgb(64,235,147); }

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

<style>
 a { background-color: #40EB93; }

 a { background-color: rgb(64,235,147); }

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

<style>
 span { border-color: #40EB93; }

 span { border-color: rgb(64,235,147); }

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