Html Css Color HEX #40C195 Shamrock

📋 copy color: '#40C195'

red 64 ◦ green 193 ◦ blue 149

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

Shades of Shamrock #40C195

Tints of Shamrock #40C195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 15.76%
G = 47.54%
B = 36.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#40C195 (or 0x40C195) is known color: Shamrock. HEX triplet: 40, C1 and 95. RGB value is (64,193,149). Sum of RGB (Red+Green+Blue) = 64+193+149=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #40C195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C195 is #BF3E6A. Grayscale: #959595. Windows color (decimal): -12533355 or 9814336. OLE color: 9814336.

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

Color convert

RGB 64 193 149 -
CMYK 0.67 0 0.23 0.24
HSL 159.53º 0.51% 0.5% -
HSV(B) 159.53º 0.67% 0.76% -
XYZ 26.61 41.4 35.02 -
YUV 149.41 127.76 67.08 -
System Red Green Blue C M Y K H S L
Decimal 64 193 149 0.67 0 0.23 0.24 159.53 0.51 0.5
Hex 40 C1 95 43 0 17 18 A0 33 32
Octal 100 301 225 103 0 27 30 240 63 62
Binary 1000000 11000001 10010101 1000011 0 10111 11000 10100000 110011 110010

Color Harmonies of #40C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C195

Black with #40C195

Text Example


Text Example

White with #40C195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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