Html Css Color HEX #42C189 Shamrock

📋 copy color: '#42C189'

red 66 ◦ green 193 ◦ blue 137

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

Shades of Shamrock #42C189

Tints of Shamrock #42C189

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.74%

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 16.67%
G = 48.74%
B = 34.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#42C189 (or 0x42C189) is known color: Shamrock. HEX triplet: 42, C1 and 89. RGB value is (66,193,137). Sum of RGB (Red+Green+Blue) = 66+193+137=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #42C189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C189 is #BD3E76. Grayscale: #949494. Windows color (decimal): -12402295 or 9027906. OLE color: 9027906.

HSL color Cylindrical-coordinate representation of color #42C189: hue angle of 153.54º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C189 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 193 137 -
CMYK 0.66 0 0.29 0.24
HSL 153.54º 0.51% 0.51% -
HSV(B) 153.54º 0.66% 0.76% -
XYZ 25.83 41.1 30.24 -
YUV 148.64 121.42 69.05 -
System Red Green Blue C M Y K H S L
Decimal 66 193 137 0.66 0 0.29 0.24 153.54 0.51 0.51
Hex 42 C1 89 42 0 1D 18 9A 33 33
Octal 102 301 211 102 0 35 30 232 63 63
Binary 1000010 11000001 10001001 1000010 0 11101 11000 10011010 110011 110011

Color Harmonies of #42C189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C189

Black with #42C189

Text Example


Text Example

White with #42C189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,193,137); }

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

background-color css

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

 a { background-color: rgb(66,193,137); }

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

border-color css

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

 span { border-color: rgb(66,193,137); }

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