#40BF90

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

Shades of Shamrock #40BF90

Tints of Shamrock #40BF90

Color information

#40BF90 (or 0x40BF90) is unknown color: approx Shamrock. HEX triplet: 40, BF and 90. RGB value is (64,191,144). Sum of RGB (Red+Green+Blue) = 64+191+144=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BF90 is #BF406F. Grayscale: #939393. Windows color (decimal): -12533872 or 9486144. OLE color: 9486144.

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

Color convert

RGB64191144-
CMYK0.6600.250.25
HSL157.8º49.8%50%-
HSV(B)157.8º66.49%74.9%-
XYZ25.7840.3732.82-
YUV147.67125.9268.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.04%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=16.04%
G=47.87%
B=36.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641911440.6600.250.25157.849.850
Hex40BF9042019199e3232
Octal100277220102031312366262
Binary1000000101111111001000010000100110011100110011110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,191,144); }

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

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

 a { background-color: rgb(64,191,144); }

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

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

 span { border-color: rgb(64,191,144); }

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