#42BE95

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

Shades of Shamrock #42BE95

Tints of Shamrock #42BE95

Color information

#42BE95 (or 0x42BE95) is unknown color: approx Shamrock. HEX triplet: 42, BE and 95. RGB value is (66,190,149). Sum of RGB (Red+Green+Blue) = 66+190+149=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BE95 is #BD416A. Grayscale: #949494. Windows color (decimal): -12403051 or 9813570. OLE color: 9813570.

HSL color Cylindrical-coordinate representation of color #42BE95: hue angle of 160.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BE95 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB66190149-
CMYK0.6500.220.25
HSL160.16º48.82%50.2%-
HSV(B)160.16º65.26%74.51%-
XYZ26.0940.1634.81-
YUV148.25128.4269.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.30%
GREEN value IS 190 (74.61% from 255) = 46.91%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=16.30%
G=46.91%
B=36.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661901490.6500.220.25160.1648.8250.2
Hex42BE954101619a03132
Octal102276225101026312406162
Binary1000010101111101001010110000010101101100110100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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