#42BE97

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

Shades of Shamrock #42BE97

Tints of Shamrock #42BE97

Color information

#42BE97 (or 0x42BE97) is unknown color: approx Shamrock. HEX triplet: 42, BE and 97. RGB value is (66,190,151). Sum of RGB (Red+Green+Blue) = 66+190+151=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BE97 is #BD4168. Grayscale: #949494. Windows color (decimal): -12403049 or 9944642. OLE color: 9944642.

HSL color Cylindrical-coordinate representation of color #42BE97: hue angle of 161.13º 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 #42BE97 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB66190151-
CMYK0.6500.210.25
HSL161.13º48.82%50.2%-
HSV(B)161.13º65.26%74.51%-
XYZ26.2540.2235.66-
YUV148.48129.4269.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.22%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=16.22%
G=46.68%
B=37.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661901510.6500.210.25161.1348.8250.2
Hex42BE974101519a13132
Octal102276227101025312416162
Binary1000010101111101001011110000010101011100110100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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