#42D98C

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

Shades of Shamrock #42D98C

Tints of Shamrock #42D98C

Color information

#42D98C (or 0x42D98C) is unknown color: approx Shamrock. HEX triplet: 42, D9 and 8C. RGB value is (66,217,140). Sum of RGB (Red+Green+Blue) = 66+217+140=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #42D98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D98C is #BD2673. Grayscale: #A3A3A3. Windows color (decimal): -12396148 or 9230658. OLE color: 9230658.

HSL color Cylindrical-coordinate representation of color #42D98C: hue angle of 149.4º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D98C is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB66217140-
CMYK0.7000.350.15
HSL149.4º66.52%55.49%-
HSV(B)149.4º69.59%85.1%-
XYZ31.7952.6833.3-
YUV163.07114.9758.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.60%
GREEN value IS 217 (85.16% from 255) = 51.30%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=15.60%
G=51.30%
B=33.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662171400.7000.350.15149.466.5255.49
Hex42D98C46023F954337
Octal1023312141060431722510367
Binary10000101101100110001100100011001000111111100101011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,217,140); }

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

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

 a { background-color: rgb(66,217,140); }

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

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

 span { border-color: rgb(66,217,140); }

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