Html Css Color HEX #42C187 Shamrock

📋 copy color: '#42C187'

red 66 ◦ green 193 ◦ blue 135

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

Shades of Shamrock #42C187

Tints of Shamrock #42C187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 16.75%
G = 48.98%
B = 34.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#42C187 (or 0x42C187) is known color: Shamrock. HEX triplet: 42, C1 and 87. RGB value is (66,193,135). Sum of RGB (Red+Green+Blue) = 66+193+135=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #42C187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C187 is #BD3E78. Grayscale: #949494. Windows color (decimal): -12402297 or 8896834. OLE color: 8896834.

HSL color Cylindrical-coordinate representation of color #42C187: hue angle of 152.6º 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 #42C187 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 193 135 -
CMYK 0.66 0 0.30 0.24
HSL 152.6º 0.51% 0.51% -
HSV(B) 152.6º 0.66% 0.76% -
XYZ 25.69 41.05 29.49 -
YUV 148.42 120.42 69.22 -
System Red Green Blue C M Y K H S L
Decimal 66 193 135 0.66 0 0.30 0.24 152.6 0.51 0.51
Hex 42 C1 87 42 0 1E 18 99 33 33
Octal 102 301 207 102 0 36 30 231 63 63
Binary 1000010 11000001 10000111 1000010 0 11110 11000 10011001 110011 110011

Color Harmonies of #42C187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C187

Black with #42C187

Text Example


Text Example

White with #42C187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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