Html Css Color HEX #42BD8B Shamrock

📋 copy color: '#42BD8B'

red 66 ◦ green 189 ◦ blue 139

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

Shades of Shamrock #42BD8B

Tints of Shamrock #42BD8B

RGB

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

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

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

R = 16.75%
G = 47.97%
B = 35.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#42BD8B (or 0x42BD8B) is known color: Shamrock. HEX triplet: 42, BD and 8B. RGB value is (66,189,139). Sum of RGB (Red+Green+Blue) = 66+189+139=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BD8B is #BD4274. Grayscale: #929292. Windows color (decimal): -12403317 or 9157954. OLE color: 9157954.

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

Color convert

RGB 66 189 139 -
CMYK 0.65 0 0.26 0.26
HSL 155.61º 0.48% 0.5% -
HSV(B) 155.61º 0.65% 0.74% -
XYZ 25.1 39.42 30.71 -
YUV 146.52 123.75 70.57 -
System Red Green Blue C M Y K H S L
Decimal 66 189 139 0.65 0 0.26 0.26 155.61 0.48 0.5
Hex 42 BD 8B 41 0 1A 1A 9C 30 32
Octal 102 275 213 101 0 32 32 234 60 62
Binary 1000010 10111101 10001011 1000001 0 11010 11010 10011100 110000 110010

Color Harmonies of #42BD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BD8B

Black with #42BD8B

Text Example


Text Example

White with #42BD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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