#42c793

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

Shades of Shamrock #42C793

Tints of Shamrock #42C793

Color information

#42C793 (or 0x42C793) is unknown color: approx Shamrock. HEX triplet: 42, C7 and 93. RGB value is (66,199,147). Sum of RGB (Red+Green+Blue) = 66+199+147=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #42C793 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C793 is #BD386C. Grayscale: #999999. Windows color (decimal): -12400749 or 9684802. OLE color: 9684802.

HSL color Cylindrical-coordinate representation of color #42C793: hue angle of 156.54º 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 #42C793 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB66199147-
CMYK0.6700.260.22
HSL156.54º54.29%51.96%-
HSV(B)156.54º66.83%78.04%-
XYZ27.9444.1134.65-
YUV153.3124.4465.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.02%
GREEN value IS 199 (78.12% from 255) = 48.30%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=16.02%
G=48.30%
B=35.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661991470.6700.260.22156.5454.2951.96
Hex42C7934301A169d3634
Octal102307223103032262356664
Binary1000010110001111001001110000110110101011010011101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42c793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,199,147); }

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

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

 a { background-color: rgb(66,199,147); }

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

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

 span { border-color: rgb(66,199,147); }

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