Html Css Color HEX #47C08E Shamrock

📋 copy color: '#47C08E'

red 71 ◦ green 192 ◦ blue 142

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

Shades of Shamrock #47C08E

Tints of Shamrock #47C08E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 17.53%
G = 47.41%
B = 35.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#47C08E (or 0x47C08E) is known color: Shamrock. HEX triplet: 47, C0 and 8E. RGB value is (71,192,142). Sum of RGB (Red+Green+Blue) = 71+192+142=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #47C08E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C08E is #B83F71. Grayscale: #969696. Windows color (decimal): -12074866 or 9355335. OLE color: 9355335.

HSL color Cylindrical-coordinate representation of color #47C08E: hue angle of 155.21º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C08E is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 192 142 -
CMYK 0.63 0 0.26 0.25
HSL 155.21º 0.49% 0.52% -
HSV(B) 155.21º 0.63% 0.75% -
XYZ 26.33 40.99 32.12 -
YUV 150.12 123.41 71.57 -
System Red Green Blue C M Y K H S L
Decimal 71 192 142 0.63 0 0.26 0.25 155.21 0.49 0.52
Hex 47 C0 8E 3F 0 1A 19 9B 31 34
Octal 107 300 216 77 0 32 31 233 61 64
Binary 1000111 11000000 10001110 111111 0 11010 11001 10011011 110001 110100

Color Harmonies of #47C08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C08E

Black with #47C08E

Text Example


Text Example

White with #47C08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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