Html Css Color HEX #40C88E Shamrock

📋 copy color: '#40C88E'

red 64 ◦ green 200 ◦ blue 142

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

Shades of Shamrock #40C88E

Tints of Shamrock #40C88E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

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

R = 15.76%
G = 49.26%
B = 34.98%

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

#40C88E (or 0x40C88E) is known color: Shamrock. HEX triplet: 40, C8 and 8E. RGB value is (64,200,142). Sum of RGB (Red+Green+Blue) = 64+200+142=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #40C88E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C88E is #BF3771. Grayscale: #989898. Windows color (decimal): -12531570 or 9357376. OLE color: 9357376.

HSL color Cylindrical-coordinate representation of color #40C88E: hue angle of 154.41º 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 #40C88E is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 200 142 -
CMYK 0.68 0 0.29 0.22
HSL 154.41º 0.55% 0.52% -
HSV(B) 154.41º 0.68% 0.78% -
XYZ 27.65 44.35 32.69 -
YUV 152.72 121.94 64.72 -
System Red Green Blue C M Y K H S L
Decimal 64 200 142 0.68 0 0.29 0.22 154.41 0.55 0.52
Hex 40 C8 8E 44 0 1D 16 9A 37 34
Octal 100 310 216 104 0 35 26 232 67 64
Binary 1000000 11001000 10001110 1000100 0 11101 10110 10011010 110111 110100

Color Harmonies of #40C88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C88E

Black with #40C88E

Text Example


Text Example

White with #40C88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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