Html Css Color HEX #42BA95 Shamrock

📋 copy color: '#42BA95'

red 66 ◦ green 186 ◦ blue 149

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

Shades of Shamrock #42BA95

Tints of Shamrock #42BA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 16.46%
G = 46.38%
B = 37.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#42BA95 (or 0x42BA95) is known color: Shamrock. HEX triplet: 42, BA and 95. RGB value is (66,186,149). Sum of RGB (Red+Green+Blue) = 66+186+149=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA95 is #BD456A. Grayscale: #919191. Windows color (decimal): -12404075 or 9812546. OLE color: 9812546.

HSL color Cylindrical-coordinate representation of color #42BA95: hue angle of 161.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 #42BA95 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 149 -
CMYK 0.65 0 0.20 0.27
HSL 161.5º 0.48% 0.49% -
HSV(B) 161.5º 0.65% 0.73% -
XYZ 25.23 38.45 34.52 -
YUV 145.9 129.74 71.01 -
System Red Green Blue C M Y K H S L
Decimal 66 186 149 0.65 0 0.20 0.27 161.5 0.48 0.49
Hex 42 BA 95 41 0 14 1B A2 30 31
Octal 102 272 225 101 0 24 33 242 60 61
Binary 1000010 10111010 10010101 1000001 0 10100 11011 10100010 110000 110001

Color Harmonies of #42BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA95

Black with #42BA95

Text Example


Text Example

White with #42BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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