Html Css Color HEX #40C68D Shamrock

📋 copy color: '#40C68D'

red 64 ◦ green 198 ◦ blue 141

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

Shades of Shamrock #40C68D

Tints of Shamrock #40C68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.13%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 15.88%
G = 49.13%
B = 34.99%

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

#40C68D (or 0x40C68D) is known color: Shamrock. HEX triplet: 40, C6 and 8D. RGB value is (64,198,141). Sum of RGB (Red+Green+Blue) = 64+198+141=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #40C68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C68D is #BF3972. Grayscale: #979797. Windows color (decimal): -12532083 or 9291328. OLE color: 9291328.

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

Color convert

RGB 64 198 141 -
CMYK 0.68 0 0.29 0.22
HSL 154.48º 0.54% 0.51% -
HSV(B) 154.48º 0.68% 0.78% -
XYZ 27.12 43.4 32.15 -
YUV 151.44 122.11 65.63 -
System Red Green Blue C M Y K H S L
Decimal 64 198 141 0.68 0 0.29 0.22 154.48 0.54 0.51
Hex 40 C6 8D 44 0 1D 16 9A 36 33
Octal 100 306 215 104 0 35 26 232 66 63
Binary 1000000 11000110 10001101 1000100 0 11101 10110 10011010 110110 110011

Color Harmonies of #40C68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C68D

Black with #40C68D

Text Example


Text Example

White with #40C68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,198,141); }

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

background-color css

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

 a { background-color: rgb(64,198,141); }

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

border-color css

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

 span { border-color: rgb(64,198,141); }

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