#42C08D

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

Shades of Shamrock #42C08D

Tints of Shamrock #42C08D

Color information

#42C08D (or 0x42C08D) is unknown color: approx Shamrock. HEX triplet: 42, C0 and 8D. RGB value is (66,192,141). Sum of RGB (Red+Green+Blue) = 66+192+141=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #42C08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C08D is #BD3F72. Grayscale: #949494. Windows color (decimal): -12402547 or 9289794. OLE color: 9289794.

HSL color Cylindrical-coordinate representation of color #42C08D: hue angle of 155.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C08D is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB66192141-
CMYK0.6600.270.25
HSL155.71º50%50.59%-
HSV(B)155.71º65.62%75.29%-
XYZ25.940.7831.71-
YUV148.51123.7669.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 192 (75.39% from 255) = 48.12%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=16.54%
G=48.12%
B=35.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661921410.6600.270.25155.715050.59
Hex42C08D4201B199c3233
Octal102300215102033312346263
Binary1000010110000001000110110000100110111100110011100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,192,141); }

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

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

 a { background-color: rgb(66,192,141); }

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

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

 span { border-color: rgb(66,192,141); }

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