Html Css Color HEX #40CC88 Shamrock

📋 copy color: '#40CC88'

red 64 ◦ green 204 ◦ blue 136

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

Shades of Shamrock #40CC88

Tints of Shamrock #40CC88

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.5%

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

R = 15.84%
G = 50.5%
B = 33.66%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#40CC88 (or 0x40CC88) is known color: Shamrock. HEX triplet: 40, CC and 88. RGB value is (64,204,136). Sum of RGB (Red+Green+Blue) = 64+204+136=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CC88 is #BF3377. Grayscale: #9A9A9A. Windows color (decimal): -12530552 or 8965184. OLE color: 8965184.

HSL color Cylindrical-coordinate representation of color #40CC88: hue angle of 150.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CC88 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 204 136 -
CMYK 0.69 0 0.33 0.2
HSL 150.86º 0.58% 0.53% -
HSV(B) 150.86º 0.69% 0.8% -
XYZ 28.15 46.05 30.7 -
YUV 154.39 117.62 63.53 -
System Red Green Blue C M Y K H S L
Decimal 64 204 136 0.69 0 0.33 0.2 150.86 0.58 0.53
Hex 40 CC 88 45 0 21 14 97 3A 35
Octal 100 314 210 105 0 41 24 227 72 65
Binary 1000000 11001100 10001000 1000101 0 100001 10100 10010111 111010 110101

Color Harmonies of #40CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CC88

Black with #40CC88

Text Example


Text Example

White with #40CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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