#42C688

Color #42C688 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #42C688

Tints of Shamrock #42C688

Color information

#42C688 (or 0x42C688) is unknown color: approx Shamrock. HEX triplet: 42, C6 and 88. RGB value is (66,198,136). Sum of RGB (Red+Green+Blue) = 66+198+136=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #42C688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C688 is #BD3977. Grayscale: #979797. Windows color (decimal): -12401016 or 8963650. OLE color: 8963650.

HSL color Cylindrical-coordinate representation of color #42C688: hue angle of 151.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C688 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB66198136-
CMYK0.6700.310.22
HSL151.82º53.66%51.76%-
HSV(B)151.82º66.67%77.65%-
XYZ26.8843.3230.24-
YUV151.46119.2767.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.5%
GREEN value IS 198 (77.73% from 255) = 49.5%
BLUE value IS 136 (53.52% from 255) = 34%
R=16.5%
G=49.5%
B=34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661981360.6700.310.22151.8253.6651.76
Hex42C6884301F16983634
Octal102306210103037262306664
Binary1000010110001101000100010000110111111011010011000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42C688; }

 p { color: rgb(66,198,136); }

 H1.HeaderClassName
 {
   color: #42C688;
 }
 .AnyTagClassName
 {
   color: #42C688;
 }
</style>
background-color css

<style>
 a { background-color: #42C688; }

 a { background-color: rgb(66,198,136); }

 div.DivClassName
 {
   background-color: #42C688;
 }
 .BgClassName
 {
   background-color: #42C688;
 }
</style>
border-color css

<style>
 span { border-color: #42C688; }

 span { border-color: rgb(66,198,136); }

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