#40FF8D

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

Shades of Shamrock #40FF8D

Tints of Shamrock #40FF8D

Color information

#40FF8D (or 0x40FF8D) is unknown color: approx Shamrock. HEX triplet: 40, FF and 8D. RGB value is (64,255,141). Sum of RGB (Red+Green+Blue) = 64+255+141=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FF8D is #BF0072. Grayscale: #B9B9B9. Windows color (decimal): -12517491 or 9305920. OLE color: 9305920.

HSL color Cylindrical-coordinate representation of color #40FF8D: hue angle of 144.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FF8D is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB64255141-
CMYK0.7500.450
HSL144.19º100%62.55%-
HSV(B)144.19º74.9%100%-
XYZ42.6874.5337.34-
YUV184.9103.2241.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.91%
GREEN value IS 255 (100% from 255) = 55.43%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=13.91%
G=55.43%
B=30.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642551410.7500.450144.1910062.55
Hex40FF8D4B02D090643f
Octal100377215113055022014477
Binary10000001111111110001101100101101011010100100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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