Html Css Color HEX #40BB95 Shamrock

📋 copy color: '#40BB95'

red 64 ◦ green 187 ◦ blue 149

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

Shades of Shamrock #40BB95

Tints of Shamrock #40BB95

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.75%

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

R = 16%
G = 46.75%
B = 37.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#40BB95 (or 0x40BB95) is known color: Shamrock. HEX triplet: 40, BB and 95. RGB value is (64,187,149). Sum of RGB (Red+Green+Blue) = 64+187+149=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BB95 is #BF446A. Grayscale: #919191. Windows color (decimal): -12534891 or 9812800. OLE color: 9812800.

HSL color Cylindrical-coordinate representation of color #40BB95: hue angle of 161.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB95 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 187 149 -
CMYK 0.66 0 0.20 0.27
HSL 161.46º 0.49% 0.49% -
HSV(B) 161.46º 0.66% 0.73% -
XYZ 25.31 38.8 34.59 -
YUV 145.89 129.75 69.59 -
System Red Green Blue C M Y K H S L
Decimal 64 187 149 0.66 0 0.20 0.27 161.46 0.49 0.49
Hex 40 BB 95 42 0 14 1B A1 31 31
Octal 100 273 225 102 0 24 33 241 61 61
Binary 1000000 10111011 10010101 1000010 0 10100 11011 10100001 110001 110001

Color Harmonies of #40BB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BB95

Black with #40BB95

Text Example


Text Example

White with #40BB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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