Html Css Color HEX #47CB8C Shamrock

📋 copy color: '#47CB8C'

red 71 ◦ green 203 ◦ blue 140

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

Shades of Shamrock #47CB8C

Tints of Shamrock #47CB8C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.03%

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 17.15%
G = 49.03%
B = 33.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#47CB8C (or 0x47CB8C) is known color: Shamrock. HEX triplet: 47, CB and 8C. RGB value is (71,203,140). Sum of RGB (Red+Green+Blue) = 71+203+140=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CB8C is #B83473. Grayscale: #9C9C9C. Windows color (decimal): -12072052 or 9227079. OLE color: 9227079.

HSL color Cylindrical-coordinate representation of color #47CB8C: hue angle of 151.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CB8C is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 203 140 -
CMYK 0.65 0 0.31 0.20
HSL 151.36º 0.56% 0.54% -
HSV(B) 151.36º 0.65% 0.8% -
XYZ 28.69 45.94 32.17 -
YUV 156.35 118.77 67.12 -
System Red Green Blue C M Y K H S L
Decimal 71 203 140 0.65 0 0.31 0.20 151.36 0.56 0.54
Hex 47 CB 8C 41 0 1F 14 97 38 36
Octal 107 313 214 101 0 37 24 227 70 66
Binary 1000111 11001011 10001100 1000001 0 11111 10100 10010111 111000 110110

Color Harmonies of #47CB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CB8C

Black with #47CB8C

Text Example


Text Example

White with #47CB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,203,140); }

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

background-color css

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

 a { background-color: rgb(71,203,140); }

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

border-color css

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

 span { border-color: rgb(71,203,140); }

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