#47BD8E

Color #47BD8E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #47BD8E

Tints of Shamrock #47BD8E

Color information

#47BD8E (or 0x47BD8E) is unknown color: approx Shamrock. HEX triplet: 47, BD and 8E. RGB value is (71,189,142). Sum of RGB (Red+Green+Blue) = 71+189+142=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BD8E is #B84271. Grayscale: #949494. Windows color (decimal): -12075634 or 9354567. OLE color: 9354567.

HSL color Cylindrical-coordinate representation of color #47BD8E: hue angle of 156.1º 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 #47BD8E is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB71189142-
CMYK0.6200.250.26
HSL156.1º47.2%50.98%-
HSV(B)156.1º62.43%74.12%-
XYZ25.6839.6931.9-
YUV148.36124.4172.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.66%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=17.66%
G=47.01%
B=35.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711891420.6200.250.26156.147.250.98
Hex47BD8E3E0191A9c2f33
Octal10727521676031322345763
Binary100011110111101100011101111100110011101010011100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47BD8E;
 }
 .AnyTagClassName
 {
   color: #47BD8E;
 }
</style>
background-color css

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

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

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

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

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

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