Html Css Color HEX #40C68B Shamrock

📋 copy color: '#40C68B'

red 64 ◦ green 198 ◦ blue 139

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

Shades of Shamrock #40C68B

Tints of Shamrock #40C68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 15.96%
G = 49.38%
B = 34.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#40C68B (or 0x40C68B) is known color: Shamrock. HEX triplet: 40, C6 and 8B. RGB value is (64,198,139). Sum of RGB (Red+Green+Blue) = 64+198+139=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #40C68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C68B is #BF3974. Grayscale: #979797. Windows color (decimal): -12532085 or 9160256. OLE color: 9160256.

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

Color convert

RGB 64 198 139 -
CMYK 0.68 0 0.30 0.22
HSL 153.58º 0.54% 0.51% -
HSV(B) 153.58º 0.68% 0.78% -
XYZ 26.97 43.34 31.37 -
YUV 151.21 121.11 65.8 -
System Red Green Blue C M Y K H S L
Decimal 64 198 139 0.68 0 0.30 0.22 153.58 0.54 0.51
Hex 40 C6 8B 44 0 1E 16 9A 36 33
Octal 100 306 213 104 0 36 26 232 66 63
Binary 1000000 11000110 10001011 1000100 0 11110 10110 10011010 110110 110011

Color Harmonies of #40C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C68B

Black with #40C68B

Text Example


Text Example

White with #40C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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