Html Css Color HEX #42C497 Shamrock

📋 copy color: '#42C497'

red 66 ◦ green 196 ◦ blue 151

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

Shades of Shamrock #42C497

Tints of Shamrock #42C497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 15.98%
G = 47.46%
B = 36.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#42C497 (or 0x42C497) is known color: Shamrock. HEX triplet: 42, C4 and 97. RGB value is (66,196,151). Sum of RGB (Red+Green+Blue) = 66+196+151=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #42C497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C497 is #BD3B68. Grayscale: #989898. Windows color (decimal): -12401513 or 9946178. OLE color: 9946178.

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

Color convert

RGB 66 196 151 -
CMYK 0.66 0 0.23 0.23
HSL 159.23º 0.52% 0.51% -
HSV(B) 159.23º 0.66% 0.77% -
XYZ 27.57 42.87 36.1 -
YUV 152 127.43 66.66 -
System Red Green Blue C M Y K H S L
Decimal 66 196 151 0.66 0 0.23 0.23 159.23 0.52 0.51
Hex 42 C4 97 42 0 17 17 9F 34 33
Octal 102 304 227 102 0 27 27 237 64 63
Binary 1000010 11000100 10010111 1000010 0 10111 10111 10011111 110100 110011

Color Harmonies of #42C497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C497

Black with #42C497

Text Example


Text Example

White with #42C497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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