#40FB8D

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

Shades of Shamrock #40FB8D

Tints of Shamrock #40FB8D

Color information

#40FB8D (or 0x40FB8D) is unknown color: approx Shamrock. HEX triplet: 40, FB and 8D. RGB value is (64,251,141). Sum of RGB (Red+Green+Blue) = 64+251+141=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FB8D is #BF0472. Grayscale: #B6B6B6. Windows color (decimal): -12518515 or 9304896. OLE color: 9304896.

HSL color Cylindrical-coordinate representation of color #40FB8D: hue angle of 144.71º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FB8D is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB64251141-
CMYK0.7500.440.02
HSL144.71º95.9%61.76%-
HSV(B)144.71º74.5%98.43%-
XYZ41.4272.0136.92-
YUV182.55104.5543.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.04%
GREEN value IS 251 (98.44% from 255) = 55.04%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=14.04%
G=55.04%
B=30.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642511410.7500.440.02144.7195.961.76
Hex40FB8D4B02C291603e
Octal100373215113054222114076
Binary100000011111011100011011001011010110010100100011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,251,141); }

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

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

 a { background-color: rgb(64,251,141); }

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

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

 span { border-color: rgb(64,251,141); }

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