Html Css Color HEX #40C288 Shamrock

📋 copy color: '#40C288'

red 64 ◦ green 194 ◦ blue 136

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

Shades of Shamrock #40C288

Tints of Shamrock #40C288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.24%

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 16.24%
G = 49.24%
B = 34.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#40C288 (or 0x40C288) is known color: Shamrock. HEX triplet: 40, C2 and 88. RGB value is (64,194,136). Sum of RGB (Red+Green+Blue) = 64+194+136=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #40C288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C288 is #BF3D77. Grayscale: #949494. Windows color (decimal): -12533112 or 8962624. OLE color: 8962624.

HSL color Cylindrical-coordinate representation of color #40C288: hue angle of 153.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C288 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 136 -
CMYK 0.67 0 0.30 0.24
HSL 153.23º 0.52% 0.51% -
HSV(B) 153.23º 0.67% 0.76% -
XYZ 25.85 41.45 29.93 -
YUV 148.52 120.93 67.72 -
System Red Green Blue C M Y K H S L
Decimal 64 194 136 0.67 0 0.30 0.24 153.23 0.52 0.51
Hex 40 C2 88 43 0 1E 18 99 34 33
Octal 100 302 210 103 0 36 30 231 64 63
Binary 1000000 11000010 10001000 1000011 0 11110 11000 10011001 110100 110011

Color Harmonies of #40C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C288

Black with #40C288

Text Example


Text Example

White with #40C288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,194,136); }

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

background-color css

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

 a { background-color: rgb(64,194,136); }

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

border-color css

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

 span { border-color: rgb(64,194,136); }

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