Html Css Color HEX #40C197 Shamrock

📋 copy color: '#40C197'

red 64 ◦ green 193 ◦ blue 151

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

Shades of Shamrock #40C197

Tints of Shamrock #40C197

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.3%

 BLUE value IS 151 (59.38% from 255) = 37.01%

R = 15.69%
G = 47.3%
B = 37.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#40C197 (or 0x40C197) is known color: Shamrock. HEX triplet: 40, C1 and 97. RGB value is (64,193,151). Sum of RGB (Red+Green+Blue) = 64+193+151=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #40C197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C197 is #BF3E68. Grayscale: #959595. Windows color (decimal): -12533353 or 9945408. OLE color: 9945408.

HSL color Cylindrical-coordinate representation of color #40C197: hue angle of 160.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C197 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 193 151 -
CMYK 0.67 0 0.22 0.24
HSL 160.47º 0.51% 0.5% -
HSV(B) 160.47º 0.67% 0.76% -
XYZ 26.77 41.46 35.87 -
YUV 149.64 128.76 66.92 -
System Red Green Blue C M Y K H S L
Decimal 64 193 151 0.67 0 0.22 0.24 160.47 0.51 0.5
Hex 40 C1 97 43 0 16 18 A0 33 32
Octal 100 301 227 103 0 26 30 240 63 62
Binary 1000000 11000001 10010111 1000011 0 10110 11000 10100000 110011 110010

Color Harmonies of #40C197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C197

Black with #40C197

Text Example


Text Example

White with #40C197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,193,151); }

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

background-color css

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

 a { background-color: rgb(64,193,151); }

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

border-color css

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

 span { border-color: rgb(64,193,151); }

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