Html Css Color HEX #40E18C Shamrock

📋 copy color: '#40E18C'

red 64 ◦ green 225 ◦ blue 140

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

Shades of Shamrock #40E18C

Tints of Shamrock #40E18C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.45%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 14.92%
G = 52.45%
B = 32.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#40E18C (or 0x40E18C) is known color: Shamrock. HEX triplet: 40, E1 and 8C. RGB value is (64,225,140). Sum of RGB (Red+Green+Blue) = 64+225+140=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #40E18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E18C is #BF1E73. Grayscale: #A7A7A7. Windows color (decimal): -12525172 or 9232704. OLE color: 9232704.

HSL color Cylindrical-coordinate representation of color #40E18C: hue angle of 148.32º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E18C is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 225 140 -
CMYK 0.72 0 0.38 0.12
HSL 148.32º 0.73% 0.57% -
HSV(B) 148.32º 0.72% 0.88% -
XYZ 33.77 56.83 34 -
YUV 167.17 112.66 54.41 -
System Red Green Blue C M Y K H S L
Decimal 64 225 140 0.72 0 0.38 0.12 148.32 0.73 0.57
Hex 40 E1 8C 48 0 26 C 94 49 39
Octal 100 341 214 110 0 46 14 224 111 71
Binary 1000000 11100001 10001100 1001000 0 100110 1100 10010100 1001001 111001

Color Harmonies of #40E18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E18C

Black with #40E18C

Text Example


Text Example

White with #40E18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,225,140); }

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

background-color css

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

 a { background-color: rgb(64,225,140); }

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

border-color css

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

 span { border-color: rgb(64,225,140); }

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