Html Css Color HEX #42C49E Shamrock

📋 copy color: '#42C49E'

red 66 ◦ green 196 ◦ blue 158

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

Shades of Shamrock #42C49E

Tints of Shamrock #42C49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 15.71%
G = 46.67%
B = 37.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#42C49E (or 0x42C49E) is known color: Shamrock. HEX triplet: 42, C4 and 9E. RGB value is (66,196,158). Sum of RGB (Red+Green+Blue) = 66+196+158=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #42C49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C49E is #BD3B61. Grayscale: #989898. Windows color (decimal): -12401506 or 10404930. OLE color: 10404930.

HSL color Cylindrical-coordinate representation of color #42C49E: hue angle of 162.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C49E is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 196 158 -
CMYK 0.66 0 0.19 0.23
HSL 162.46º 0.52% 0.51% -
HSV(B) 162.46º 0.66% 0.77% -
XYZ 28.16 43.11 39.18 -
YUV 152.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 66 196 158 0.66 0 0.19 0.23 162.46 0.52 0.51
Hex 42 C4 9E 42 0 13 17 A2 34 33
Octal 102 304 236 102 0 23 27 242 64 63
Binary 1000010 11000100 10011110 1000010 0 10011 10111 10100010 110100 110011

Color Harmonies of #42C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C49E

Black with #42C49E

Text Example


Text Example

White with #42C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,196,158); }

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

background-color css

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

 a { background-color: rgb(66,196,158); }

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

border-color css

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

 span { border-color: rgb(66,196,158); }

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