Html Css Color HEX #40C78E Shamrock

📋 copy color: '#40C78E'

red 64 ◦ green 199 ◦ blue 142

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

Shades of Shamrock #40C78E

Tints of Shamrock #40C78E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.14%

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 15.8%
G = 49.14%
B = 35.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#40C78E (or 0x40C78E) is known color: Shamrock. HEX triplet: 40, C7 and 8E. RGB value is (64,199,142). Sum of RGB (Red+Green+Blue) = 64+199+142=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #40C78E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C78E is #BF3871. Grayscale: #989898. Windows color (decimal): -12531826 or 9357120. OLE color: 9357120.

HSL color Cylindrical-coordinate representation of color #40C78E: hue angle of 154.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C78E is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 199 142 -
CMYK 0.68 0 0.29 0.22
HSL 154.67º 0.55% 0.52% -
HSV(B) 154.67º 0.68% 0.78% -
XYZ 27.42 43.89 32.62 -
YUV 152.14 122.27 65.13 -
System Red Green Blue C M Y K H S L
Decimal 64 199 142 0.68 0 0.29 0.22 154.67 0.55 0.52
Hex 40 C7 8E 44 0 1D 16 9B 37 34
Octal 100 307 216 104 0 35 26 233 67 64
Binary 1000000 11000111 10001110 1000100 0 11101 10110 10011011 110111 110100

Color Harmonies of #40C78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C78E

Black with #40C78E

Text Example


Text Example

White with #40C78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,199,142); }

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

background-color css

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

 a { background-color: rgb(64,199,142); }

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

border-color css

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

 span { border-color: rgb(64,199,142); }

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