Html Css Color HEX #40D095 Shamrock

📋 copy color: '#40D095'

red 64 ◦ green 208 ◦ blue 149

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

Shades of Shamrock #40D095

Tints of Shamrock #40D095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.41%

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 15.2%
G = 49.41%
B = 35.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#40D095 (or 0x40D095) is known color: Shamrock. HEX triplet: 40, D0 and 95. RGB value is (64,208,149). Sum of RGB (Red+Green+Blue) = 64+208+149=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #40D095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D095 is #BF2F6A. Grayscale: #9E9E9E. Windows color (decimal): -12529515 or 9818176. OLE color: 9818176.

HSL color Cylindrical-coordinate representation of color #40D095: hue angle of 155.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D095 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 149 -
CMYK 0.69 0 0.28 0.18
HSL 155.42º 0.61% 0.53% -
HSV(B) 155.42º 0.69% 0.82% -
XYZ 30.1 48.37 36.18 -
YUV 158.22 122.79 60.8 -
System Red Green Blue C M Y K H S L
Decimal 64 208 149 0.69 0 0.28 0.18 155.42 0.61 0.53
Hex 40 D0 95 45 0 1C 12 9B 3D 35
Octal 100 320 225 105 0 34 22 233 75 65
Binary 1000000 11010000 10010101 1000101 0 11100 10010 10011011 111101 110101

Color Harmonies of #40D095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D095

Black with #40D095

Text Example


Text Example

White with #40D095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,208,149); }

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

background-color css

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

 a { background-color: rgb(64,208,149); }

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

border-color css

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

 span { border-color: rgb(64,208,149); }

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