Html Css Color HEX #42BD8A Shamrock

📋 copy color: '#42BD8A'

red 66 ◦ green 189 ◦ blue 138

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

Shades of Shamrock #42BD8A

Tints of Shamrock #42BD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 16.79%
G = 48.09%
B = 35.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#42BD8A (or 0x42BD8A) is known color: Shamrock. HEX triplet: 42, BD and 8A. RGB value is (66,189,138). Sum of RGB (Red+Green+Blue) = 66+189+138=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BD8A is #BD4275. Grayscale: #929292. Windows color (decimal): -12403318 or 9092418. OLE color: 9092418.

HSL color Cylindrical-coordinate representation of color #42BD8A: hue angle of 155.12º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD8A is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 189 138 -
CMYK 0.65 0 0.27 0.26
HSL 155.12º 0.48% 0.5% -
HSV(B) 155.12º 0.65% 0.74% -
XYZ 25.03 39.39 30.33 -
YUV 146.41 123.25 70.65 -
System Red Green Blue C M Y K H S L
Decimal 66 189 138 0.65 0 0.27 0.26 155.12 0.48 0.5
Hex 42 BD 8A 41 0 1B 1A 9B 30 32
Octal 102 275 212 101 0 33 32 233 60 62
Binary 1000010 10111101 10001010 1000001 0 11011 11010 10011011 110000 110010

Color Harmonies of #42BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BD8A

Black with #42BD8A

Text Example


Text Example

White with #42BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,189,138); }

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

background-color css

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

 a { background-color: rgb(66,189,138); }

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

border-color css

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

 span { border-color: rgb(66,189,138); }

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