Html Css Color HEX #49C88F Shamrock

📋 copy color: '#49C88F'

red 73 ◦ green 200 ◦ blue 143

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

Shades of Shamrock #49C88F

Tints of Shamrock #49C88F

RGB

 RED value IS 73 (28.91% from 255) = 17.55%

 GREEN value IS 200 (78.52% from 255) = 48.08%

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 17.55%
G = 48.08%
B = 34.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#49C88F (or 0x49C88F) is known color: Shamrock. HEX triplet: 49, C8 and 8F. RGB value is (73,200,143). Sum of RGB (Red+Green+Blue) = 73+200+143=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #49C88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C88F is #B63770. Grayscale: #9B9B9B. Windows color (decimal): -11941745 or 9422921. OLE color: 9422921.

HSL color Cylindrical-coordinate representation of color #49C88F: hue angle of 153.07º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C88F is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 143 -
CMYK 0.64 0 0.28 0.22
HSL 153.07º 0.54% 0.54% -
HSV(B) 153.07º 0.64% 0.78% -
XYZ 28.36 44.71 33.12 -
YUV 155.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 73 200 143 0.64 0 0.28 0.22 153.07 0.54 0.54
Hex 49 C8 8F 40 0 1C 16 99 36 36
Octal 111 310 217 100 0 34 26 231 66 66
Binary 1001001 11001000 10001111 1000000 0 11100 10110 10011001 110110 110110

Color Harmonies of #49C88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C88F

Black with #49C88F

Text Example


Text Example

White with #49C88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C88F; }

 p { color: rgb(73,200,143); }

 H1.HeaderClassName
 {
   color: #49C88F;
 }
 .AnyTagClassName
 {
   color: #49C88F;
 }
</style>

background-color css

<style>
 a { background-color: #49C88F; }

 a { background-color: rgb(73,200,143); }

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

border-color css

<style>
 span { border-color: #49C88F; }

 span { border-color: rgb(73,200,143); }

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