#42E693

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

Shades of Shamrock #42E693

Tints of Shamrock #42E693

Color information

#42E693 (or 0x42E693) is unknown color: approx Shamrock. HEX triplet: 42, E6 and 93. RGB value is (66,230,147). Sum of RGB (Red+Green+Blue) = 66+230+147=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #42E693 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E693 is #BD196C. Grayscale: #ABABAB. Windows color (decimal): -12392813 or 9692738. OLE color: 9692738.

HSL color Cylindrical-coordinate representation of color #42E693: hue angle of 149.63º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E693 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB66230147-
CMYK0.7100.360.10
HSL149.63º76.64%58.04%-
HSV(B)149.63º71.3%90.2%-
XYZ35.8159.8637.27-
YUV171.5114.1752.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.90%
GREEN value IS 230 (90.23% from 255) = 51.92%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=14.90%
G=51.92%
B=33.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal662301470.7100.360.10149.6376.6458.04
Hex42E69347024A964d3a
Octal1023462231070441222611572
Binary10000101110011010010011100011101001001010100101101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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