Html Css Color HEX #47DC96 Shamrock

📋 copy color: '#47DC96'

red 71 ◦ green 220 ◦ blue 150

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

Shades of Shamrock #47DC96

Tints of Shamrock #47DC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 16.1%
G = 49.89%
B = 34.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#47DC96 (or 0x47DC96) is known color: Shamrock. HEX triplet: 47, DC and 96. RGB value is (71,220,150). Sum of RGB (Red+Green+Blue) = 71+220+150=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DC96 is #B82369. Grayscale: #A7A7A7. Windows color (decimal): -12067690 or 9886791. OLE color: 9886791.

HSL color Cylindrical-coordinate representation of color #47DC96: hue angle of 151.81º 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 #47DC96 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 150 -
CMYK 0.68 0 0.32 0.14
HSL 151.81º 0.68% 0.57% -
HSV(B) 151.81º 0.68% 0.86% -
XYZ 33.7 54.73 37.64 -
YUV 167.47 118.14 59.19 -
System Red Green Blue C M Y K H S L
Decimal 71 220 150 0.68 0 0.32 0.14 151.81 0.68 0.57
Hex 47 DC 96 44 0 20 E 98 44 39
Octal 107 334 226 104 0 40 16 230 104 71
Binary 1000111 11011100 10010110 1000100 0 100000 1110 10011000 1000100 111001

Color Harmonies of #47DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DC96

Black with #47DC96

Text Example


Text Example

White with #47DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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