Html Css Color HEX #42BA93 Shamrock

📋 copy color: '#42BA93'

red 66 ◦ green 186 ◦ blue 147

#42BA93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #42BA93

Tints of Shamrock #42BA93

RGB

 RED value IS 66 (26.17% from 255) = 16.54%

 GREEN value IS 186 (73.05% from 255) = 46.62%

 BLUE value IS 147 (57.81% from 255) = 36.84%

R = 16.54%
G = 46.62%
B = 36.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#42BA93 (or 0x42BA93) is known color: Shamrock. HEX triplet: 42, BA and 93. RGB value is (66,186,147). Sum of RGB (Red+Green+Blue) = 66+186+147=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA93 is #BD456C. Grayscale: #919191. Windows color (decimal): -12404077 or 9681474. OLE color: 9681474.

HSL color Cylindrical-coordinate representation of color #42BA93: hue angle of 160.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA93 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 147 -
CMYK 0.65 0 0.21 0.27
HSL 160.5º 0.48% 0.49% -
HSV(B) 160.5º 0.65% 0.73% -
XYZ 25.07 38.38 33.69 -
YUV 145.67 128.74 71.17 -
System Red Green Blue C M Y K H S L
Decimal 66 186 147 0.65 0 0.21 0.27 160.5 0.48 0.49
Hex 42 BA 93 41 0 15 1B A0 30 31
Octal 102 272 223 101 0 25 33 240 60 61
Binary 1000010 10111010 10010011 1000001 0 10101 11011 10100000 110000 110001

Color Harmonies of #42BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA93

Black with #42BA93

Text Example


Text Example

White with #42BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42BA93;
 }
 .AnyTagClassName
 {
   color: #42BA93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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