#42D98B

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

Shades of Shamrock #42D98B

Tints of Shamrock #42D98B

Color information

#42D98B (or 0x42D98B) is unknown color: approx Shamrock. HEX triplet: 42, D9 and 8B. RGB value is (66,217,139). Sum of RGB (Red+Green+Blue) = 66+217+139=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #42D98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D98B is #BD2674. Grayscale: #A3A3A3. Windows color (decimal): -12396149 or 9165122. OLE color: 9165122.

HSL color Cylindrical-coordinate representation of color #42D98B: hue angle of 149.01º 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 #42D98B is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB66217139-
CMYK0.7000.360.15
HSL149.01º66.52%55.49%-
HSV(B)149.01º69.59%85.1%-
XYZ31.7252.6532.92-
YUV162.96114.4758.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.64%
GREEN value IS 217 (85.16% from 255) = 51.42%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=15.64%
G=51.42%
B=32.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662171390.7000.360.15149.0166.5255.49
Hex42D98B46024F954337
Octal1023312131060441722510367
Binary10000101101100110001011100011001001001111100101011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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