#42D5A7

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

Shades of Shamrock #42D5A7

Tints of Shamrock #42D5A7

Color information

#42D5A7 (or 0x42D5A7) is unknown color: approx Shamrock. HEX triplet: 42, D5 and A7. RGB value is (66,213,167). Sum of RGB (Red+Green+Blue) = 66+213+167=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #42D5A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D5A7 is #BD2A58. Grayscale: #A3A3A3. Windows color (decimal): -12397145 or 10999106. OLE color: 10999106.

HSL color Cylindrical-coordinate representation of color #42D5A7: hue angle of 161.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D5A7 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB66213167-
CMYK0.6900.220.16
HSL161.22º63.64%54.71%-
HSV(B)161.22º69.01%83.53%-
XYZ33.0251.5444.77-
YUV163.8129.858.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.80%
GREEN value IS 213 (83.59% from 255) = 47.76%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=14.80%
G=47.76%
B=37.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662131670.6900.220.16161.2263.6454.71
Hex42D5A74501610a14037
Octal1023252471050262024110067
Binary10000101101010110100111100010101011010000101000011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,213,167); }

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

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

 a { background-color: rgb(66,213,167); }

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

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

 span { border-color: rgb(66,213,167); }

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