#42BC95

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

Shades of Shamrock #42BC95

Tints of Shamrock #42BC95

Color information

#42BC95 (or 0x42BC95) is unknown color: approx Shamrock. HEX triplet: 42, BC and 95. RGB value is (66,188,149). Sum of RGB (Red+Green+Blue) = 66+188+149=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BC95 is #BD436A. Grayscale: #939393. Windows color (decimal): -12403563 or 9813058. OLE color: 9813058.

HSL color Cylindrical-coordinate representation of color #42BC95: hue angle of 160.82º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC95 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB66188149-
CMYK0.6500.210.26
HSL160.82º48.03%49.8%-
HSV(B)160.82º64.89%73.73%-
XYZ25.6539.2934.67-
YUV147.08129.0870.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.38%
GREEN value IS 188 (73.83% from 255) = 46.65%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=16.38%
G=46.65%
B=36.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661881490.6500.210.26160.8248.0349.8
Hex42BC95410151Aa13032
Octal102274225101025322416062
Binary1000010101111001001010110000010101011101010100001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,188,149); }

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

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

 a { background-color: rgb(66,188,149); }

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

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

 span { border-color: rgb(66,188,149); }

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