Html Css Color HEX #40E696 Shamrock

📋 copy color: '#40E696'

red 64 ◦ green 230 ◦ blue 150

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

Shades of Shamrock #40E696

Tints of Shamrock #40E696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.8%

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

R = 14.41%
G = 51.8%
B = 33.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#40E696 (or 0x40E696) is known color: Shamrock. HEX triplet: 40, E6 and 96. RGB value is (64,230,150). Sum of RGB (Red+Green+Blue) = 64+230+150=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #40E696 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E696 is #BF1969. Grayscale: #ABABAB. Windows color (decimal): -12523882 or 9889344. OLE color: 9889344.

HSL color Cylindrical-coordinate representation of color #40E696: hue angle of 151.08º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E696 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 230 150 -
CMYK 0.72 0 0.35 0.10
HSL 151.08º 0.77% 0.58% -
HSV(B) 151.08º 0.72% 0.9% -
XYZ 35.92 59.89 38.52 -
YUV 171.25 116 51.5 -
System Red Green Blue C M Y K H S L
Decimal 64 230 150 0.72 0 0.35 0.10 151.08 0.77 0.58
Hex 40 E6 96 48 0 23 A 97 4D 3A
Octal 100 346 226 110 0 43 12 227 115 72
Binary 1000000 11100110 10010110 1001000 0 100011 1010 10010111 1001101 111010

Color Harmonies of #40E696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E696

Black with #40E696

Text Example


Text Example

White with #40E696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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