#42BD93

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

Shades of Shamrock #42BD93

Tints of Shamrock #42BD93

Color information

#42BD93 (or 0x42BD93) is unknown color: approx Shamrock. HEX triplet: 42, BD and 93. RGB value is (66,189,147). Sum of RGB (Red+Green+Blue) = 66+189+147=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BD93 is #BD426C. Grayscale: #939393. Windows color (decimal): -12403309 or 9682242. OLE color: 9682242.

HSL color Cylindrical-coordinate representation of color #42BD93: hue angle of 159.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD93 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB66189147-
CMYK0.6500.220.26
HSL159.51º48.24%50%-
HSV(B)159.51º65.08%74.12%-
XYZ25.7139.6633.9-
YUV147.44127.7569.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.42%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=16.42%
G=47.01%
B=36.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661891470.6500.220.26159.5148.2450
Hex42BD93410161Aa03032
Octal102275223101026322406062
Binary1000010101111011001001110000010101101101010100000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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