#40F29E

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

Shades of Shamrock #40F29E

Tints of Shamrock #40F29E

Color information

#40F29E (or 0x40F29E) is unknown color: approx Shamrock. HEX triplet: 40, F2 and 9E. RGB value is (64,242,158). Sum of RGB (Red+Green+Blue) = 64+242+158=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #40F29E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F29E is #BF0D61. Grayscale: #B3B3B3. Windows color (decimal): -12520802 or 10416704. OLE color: 10416704.

HSL color Cylindrical-coordinate representation of color #40F29E: hue angle of 151.69º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F29E is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB64242158-
CMYK0.7400.350.05
HSL151.69º87.25%60%-
HSV(B)151.69º73.55%94.9%-
XYZ40.0467.0643.18-
YUV179.2116.0345.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.79%
GREEN value IS 242 (94.92% from 255) = 52.16%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=13.79%
G=52.16%
B=34.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642421580.7400.350.05151.6987.2560
Hex40F29E4A023598573c
Octal100362236112043523012774
Binary1000000111100101001111010010100100011101100110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,242,158); }

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

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

 a { background-color: rgb(64,242,158); }

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

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

 span { border-color: rgb(64,242,158); }

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