#40CF8F

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

Shades of Shamrock #40CF8F

Tints of Shamrock #40CF8F

Color information

#40CF8F (or 0x40CF8F) is unknown color: approx Shamrock. HEX triplet: 40, CF and 8F. RGB value is (64,207,143). Sum of RGB (Red+Green+Blue) = 64+207+143=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CF8F is #BF3070. Grayscale: #9D9D9D. Windows color (decimal): -12529777 or 9424704. OLE color: 9424704.

HSL color Cylindrical-coordinate representation of color #40CF8F: hue angle of 153.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF8F is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB64207143-
CMYK0.6900.310.19
HSL153.15º59.83%53.14%-
HSV(B)153.15º69.08%81.18%-
XYZ29.3947.733.64-
YUV156.95120.1261.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.46%
GREEN value IS 207 (81.25% from 255) = 50%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=15.46%
G=50%
B=34.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal642071430.6900.310.19153.1559.8353.14
Hex40CF8F4501F13993c35
Octal100317217105037232317465
Binary1000000110011111000111110001010111111001110011001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,207,143); }

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

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

 a { background-color: rgb(64,207,143); }

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

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

 span { border-color: rgb(64,207,143); }

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