Html Css Color HEX #47DC94 Shamrock

📋 copy color: '#47DC94'

red 71 ◦ green 220 ◦ blue 148

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

Shades of Shamrock #47DC94

Tints of Shamrock #47DC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.11%

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 16.17%
G = 50.11%
B = 33.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#47DC94 (or 0x47DC94) is known color: Shamrock. HEX triplet: 47, DC and 94. RGB value is (71,220,148). Sum of RGB (Red+Green+Blue) = 71+220+148=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DC94 is #B8236B. Grayscale: #A7A7A7. Windows color (decimal): -12067692 or 9755719. OLE color: 9755719.

HSL color Cylindrical-coordinate representation of color #47DC94: hue angle of 151.01º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DC94 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 148 -
CMYK 0.68 0 0.33 0.14
HSL 151.01º 0.68% 0.57% -
HSV(B) 151.01º 0.68% 0.86% -
XYZ 33.54 54.66 36.8 -
YUV 167.24 117.14 59.35 -
System Red Green Blue C M Y K H S L
Decimal 71 220 148 0.68 0 0.33 0.14 151.01 0.68 0.57
Hex 47 DC 94 44 0 21 E 97 44 39
Octal 107 334 224 104 0 41 16 227 104 71
Binary 1000111 11011100 10010100 1000100 0 100001 1110 10010111 1000100 111001

Color Harmonies of #47DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DC94

Black with #47DC94

Text Example


Text Example

White with #47DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,220,148); }

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

background-color css

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

 a { background-color: rgb(71,220,148); }

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

border-color css

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

 span { border-color: rgb(71,220,148); }

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