Html Css Color HEX #47BD8C Shamrock

📋 copy color: '#47BD8C'

red 71 ◦ green 189 ◦ blue 140

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

Shades of Shamrock #47BD8C

Tints of Shamrock #47BD8C

RGB

 RED value IS 71 (28.13% from 255) = 17.75%

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 17.75%
G = 47.25%
B = 35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#47BD8C (or 0x47BD8C) is known color: Shamrock. HEX triplet: 47, BD and 8C. RGB value is (71,189,140). Sum of RGB (Red+Green+Blue) = 71+189+140=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BD8C is #B84273. Grayscale: #949494. Windows color (decimal): -12075636 or 9223495. OLE color: 9223495.

HSL color Cylindrical-coordinate representation of color #47BD8C: hue angle of 155.08º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BD8C is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 189 140 -
CMYK 0.62 0 0.26 0.26
HSL 155.08º 0.47% 0.51% -
HSV(B) 155.08º 0.62% 0.74% -
XYZ 25.53 39.63 31.11 -
YUV 148.13 123.41 72.98 -
System Red Green Blue C M Y K H S L
Decimal 71 189 140 0.62 0 0.26 0.26 155.08 0.47 0.51
Hex 47 BD 8C 3E 0 1A 1A 9B 2F 33
Octal 107 275 214 76 0 32 32 233 57 63
Binary 1000111 10111101 10001100 111110 0 11010 11010 10011011 101111 110011

Color Harmonies of #47BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BD8C

Black with #47BD8C

Text Example


Text Example

White with #47BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47BD8C; }

 p { color: rgb(71,189,140); }

 H1.HeaderClassName
 {
   color: #47BD8C;
 }
 .AnyTagClassName
 {
   color: #47BD8C;
 }
</style>

background-color css

<style>
 a { background-color: #47BD8C; }

 a { background-color: rgb(71,189,140); }

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

border-color css

<style>
 span { border-color: #47BD8C; }

 span { border-color: rgb(71,189,140); }

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