#42BF8E

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

Shades of Shamrock #42BF8E

Tints of Shamrock #42BF8E

Color information

#42BF8E (or 0x42BF8E) is unknown color: approx Shamrock. HEX triplet: 42, BF and 8E. RGB value is (66,191,142). Sum of RGB (Red+Green+Blue) = 66+191+142=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BF8E is #BD4071. Grayscale: #949494. Windows color (decimal): -12402802 or 9355074. OLE color: 9355074.

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

Color convert

RGB66191142-
CMYK0.6500.260.25
HSL156.48º49.41%50.39%-
HSV(B)156.48º65.45%74.9%-
XYZ25.7640.3732.03-
YUV148.04124.5969.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=16.54%
G=47.87%
B=35.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661911420.6500.260.25156.4849.4150.39
Hex42BF8E4101A199c3132
Octal102277216101032312346162
Binary1000010101111111000111010000010110101100110011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,191,142); }

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

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

 a { background-color: rgb(66,191,142); }

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

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

 span { border-color: rgb(66,191,142); }

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