Html Css Color HEX #42C089 Shamrock

📋 copy color: '#42C089'

red 66 ◦ green 192 ◦ blue 137

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

Shades of Shamrock #42C089

Tints of Shamrock #42C089

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.61%

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

R = 16.71%
G = 48.61%
B = 34.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#42C089 (or 0x42C089) is known color: Shamrock. HEX triplet: 42, C0 and 89. RGB value is (66,192,137). Sum of RGB (Red+Green+Blue) = 66+192+137=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #42C089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C089 is #BD3F76. Grayscale: #949494. Windows color (decimal): -12402551 or 9027650. OLE color: 9027650.

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

Color convert

RGB 66 192 137 -
CMYK 0.66 0 0.29 0.25
HSL 153.81º 0.5% 0.51% -
HSV(B) 153.81º 0.66% 0.75% -
XYZ 25.61 40.66 30.17 -
YUV 148.06 121.76 69.47 -
System Red Green Blue C M Y K H S L
Decimal 66 192 137 0.66 0 0.29 0.25 153.81 0.5 0.51
Hex 42 C0 89 42 0 1D 19 9A 32 33
Octal 102 300 211 102 0 35 31 232 62 63
Binary 1000010 11000000 10001001 1000010 0 11101 11001 10011010 110010 110011

Color Harmonies of #42C089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C089

Black with #42C089

Text Example


Text Example

White with #42C089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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