#42C297

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

Shades of Shamrock #42C297

Tints of Shamrock #42C297

Color information

#42C297 (or 0x42C297) is unknown color: approx Shamrock. HEX triplet: 42, C2 and 97. RGB value is (66,194,151). Sum of RGB (Red+Green+Blue) = 66+194+151=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #42C297 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C297 is #BD3D68. Grayscale: #969696. Windows color (decimal): -12402025 or 9945666. OLE color: 9945666.

HSL color Cylindrical-coordinate representation of color #42C297: hue angle of 159.84º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C297 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB66194151-
CMYK0.6600.220.24
HSL159.84º51.2%50.98%-
HSV(B)159.84º65.98%76.08%-
XYZ27.1241.9835.95-
YUV150.83128.0967.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.06%
GREEN value IS 194 (76.17% from 255) = 47.20%
BLUE value IS 151 (59.38% from 255) = 36.74%
R=16.06%
G=47.20%
B=36.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661941510.6600.220.24159.8451.250.98
Hex42C2974201618a03333
Octal102302227102026302406363
Binary1000010110000101001011110000100101101100010100000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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