Html Css Color HEX #47CA8E Shamrock

📋 copy color: '#47CA8E'

red 71 ◦ green 202 ◦ blue 142

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

Shades of Shamrock #47CA8E

Tints of Shamrock #47CA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.67%

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

R = 17.11%
G = 48.67%
B = 34.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#47CA8E (or 0x47CA8E) is known color: Shamrock. HEX triplet: 47, CA and 8E. RGB value is (71,202,142). Sum of RGB (Red+Green+Blue) = 71+202+142=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CA8E is #B83571. Grayscale: #9C9C9C. Windows color (decimal): -12072306 or 9357895. OLE color: 9357895.

HSL color Cylindrical-coordinate representation of color #47CA8E: hue angle of 152.52º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CA8E is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 202 142 -
CMYK 0.65 0 0.30 0.21
HSL 152.52º 0.55% 0.54% -
HSV(B) 152.52º 0.65% 0.79% -
XYZ 28.6 45.53 32.87 -
YUV 155.99 120.1 67.38 -
System Red Green Blue C M Y K H S L
Decimal 71 202 142 0.65 0 0.30 0.21 152.52 0.55 0.54
Hex 47 CA 8E 41 0 1E 15 99 37 36
Octal 107 312 216 101 0 36 25 231 67 66
Binary 1000111 11001010 10001110 1000001 0 11110 10101 10011001 110111 110110

Color Harmonies of #47CA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CA8E

Black with #47CA8E

Text Example


Text Example

White with #47CA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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