Html Css Color HEX #42D18B Shamrock

📋 copy color: '#42D18B'

red 66 ◦ green 209 ◦ blue 139

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

Shades of Shamrock #42D18B

Tints of Shamrock #42D18B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.48%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 15.94%
G = 50.48%
B = 33.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#42D18B (or 0x42D18B) is known color: Shamrock. HEX triplet: 42, D1 and 8B. RGB value is (66,209,139). Sum of RGB (Red+Green+Blue) = 66+209+139=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #42D18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D18B is #BD2E74. Grayscale: #9E9E9E. Windows color (decimal): -12398197 or 9163074. OLE color: 9163074.

HSL color Cylindrical-coordinate representation of color #42D18B: hue angle of 150.63º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D18B is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 209 139 -
CMYK 0.68 0 0.33 0.18
HSL 150.63º 0.61% 0.54% -
HSV(B) 150.63º 0.68% 0.82% -
XYZ 29.71 48.62 32.25 -
YUV 158.26 117.12 62.19 -
System Red Green Blue C M Y K H S L
Decimal 66 209 139 0.68 0 0.33 0.18 150.63 0.61 0.54
Hex 42 D1 8B 44 0 21 12 97 3D 36
Octal 102 321 213 104 0 41 22 227 75 66
Binary 1000010 11010001 10001011 1000100 0 100001 10010 10010111 111101 110110

Color Harmonies of #42D18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D18B

Black with #42D18B

Text Example


Text Example

White with #42D18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,209,139); }

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

background-color css

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

 a { background-color: rgb(66,209,139); }

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

border-color css

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

 span { border-color: rgb(66,209,139); }

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