Html Css Color HEX #40EC96 Shamrock

📋 copy color: '#40EC96'

red 64 ◦ green 236 ◦ blue 150

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

Shades of Shamrock #40EC96

Tints of Shamrock #40EC96

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.44%

 BLUE value IS 150 (58.98% from 255) = 33.33%

R = 14.22%
G = 52.44%
B = 33.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#40EC96 (or 0x40EC96) is known color: Shamrock. HEX triplet: 40, EC and 96. RGB value is (64,236,150). Sum of RGB (Red+Green+Blue) = 64+236+150=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EC96 is #BF1369. Grayscale: #AEAEAE. Windows color (decimal): -12522346 or 9890880. OLE color: 9890880.

HSL color Cylindrical-coordinate representation of color #40EC96: hue angle of 150º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EC96 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 236 150 -
CMYK 0.73 0 0.36 0.07
HSL 150º 0.82% 0.59% -
HSV(B) 150º 0.73% 0.93% -
XYZ 37.61 63.28 39.09 -
YUV 174.77 114.02 48.99 -
System Red Green Blue C M Y K H S L
Decimal 64 236 150 0.73 0 0.36 0.07 150 0.82 0.59
Hex 40 EC 96 49 0 24 7 96 52 3B
Octal 100 354 226 111 0 44 7 226 122 73
Binary 1000000 11101100 10010110 1001001 0 100100 111 10010110 1010010 111011

Color Harmonies of #40EC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EC96

Black with #40EC96

Text Example


Text Example

White with #40EC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,236,150); }

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

background-color css

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

 a { background-color: rgb(64,236,150); }

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

border-color css

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

 span { border-color: rgb(64,236,150); }

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