Html Css Color HEX #40BE93 Shamrock

📋 copy color: '#40BE93'

red 64 ◦ green 190 ◦ blue 147

#40BE93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #40BE93

Tints of Shamrock #40BE93

RGB

 RED value IS 64 (25.39% from 255) = 15.96%

 GREEN value IS 190 (74.61% from 255) = 47.38%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 15.96%
G = 47.38%
B = 36.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#40BE93 (or 0x40BE93) is known color: Shamrock. HEX triplet: 40, BE and 93. RGB value is (64,190,147). Sum of RGB (Red+Green+Blue) = 64+190+147=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BE93 is #BF416C. Grayscale: #939393. Windows color (decimal): -12534125 or 9682496. OLE color: 9682496.

HSL color Cylindrical-coordinate representation of color #40BE93: hue angle of 159.52º 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 #40BE93 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 190 147 -
CMYK 0.66 0 0.23 0.25
HSL 159.52º 0.5% 0.5% -
HSV(B) 159.52º 0.66% 0.75% -
XYZ 25.79 40.02 33.97 -
YUV 147.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 64 190 147 0.66 0 0.23 0.25 159.52 0.5 0.5
Hex 40 BE 93 42 0 17 19 A0 32 32
Octal 100 276 223 102 0 27 31 240 62 62
Binary 1000000 10111110 10010011 1000010 0 10111 11001 10100000 110010 110010

Color Harmonies of #40BE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BE93

Black with #40BE93

Text Example


Text Example

White with #40BE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,190,147); }

 H1.HeaderClassName
 {
   color: #40BE93;
 }
 .AnyTagClassName
 {
   color: #40BE93;
 }
</style>

background-color css

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

 a { background-color: rgb(64,190,147); }

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

border-color css

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

 span { border-color: rgb(64,190,147); }

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