Html Css Color HEX #40C390 Shamrock

📋 copy color: '#40C390'

red 64 ◦ green 195 ◦ blue 144

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

Shades of Shamrock #40C390

Tints of Shamrock #40C390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.39%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 15.88%
G = 48.39%
B = 35.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#40C390 (or 0x40C390) is known color: Shamrock. HEX triplet: 40, C3 and 90. RGB value is (64,195,144). Sum of RGB (Red+Green+Blue) = 64+195+144=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #40C390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C390 is #BF3C6F. Grayscale: #969696. Windows color (decimal): -12532848 or 9487168. OLE color: 9487168.

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

Color convert

RGB 64 195 144 -
CMYK 0.67 0 0.26 0.24
HSL 156.64º 0.52% 0.51% -
HSV(B) 156.64º 0.67% 0.76% -
XYZ 26.66 42.13 33.11 -
YUV 150.02 124.6 66.65 -
System Red Green Blue C M Y K H S L
Decimal 64 195 144 0.67 0 0.26 0.24 156.64 0.52 0.51
Hex 40 C3 90 43 0 1A 18 9D 34 33
Octal 100 303 220 103 0 32 30 235 64 63
Binary 1000000 11000011 10010000 1000011 0 11010 11000 10011101 110100 110011

Color Harmonies of #40C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C390

Black with #40C390

Text Example


Text Example

White with #40C390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,195,144); }

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

background-color css

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

 a { background-color: rgb(64,195,144); }

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

border-color css

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

 span { border-color: rgb(64,195,144); }

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