Html Css Color HEX #49CC8F Shamrock

📋 copy color: '#49CC8F'

red 73 ◦ green 204 ◦ blue 143

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

Shades of Shamrock #49CC8F

Tints of Shamrock #49CC8F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.57%

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

R = 17.38%
G = 48.57%
B = 34.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#49CC8F (or 0x49CC8F) is known color: Shamrock. HEX triplet: 49, CC and 8F. RGB value is (73,204,143). Sum of RGB (Red+Green+Blue) = 73+204+143=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CC8F is #B63370. Grayscale: #9D9D9D. Windows color (decimal): -11940721 or 9423945. OLE color: 9423945.

HSL color Cylindrical-coordinate representation of color #49CC8F: hue angle of 152.06º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CC8F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 204 143 -
CMYK 0.64 0 0.30 0.2
HSL 152.06º 0.56% 0.54% -
HSV(B) 152.06º 0.64% 0.8% -
XYZ 29.3 46.59 33.43 -
YUV 157.88 119.6 67.46 -
System Red Green Blue C M Y K H S L
Decimal 73 204 143 0.64 0 0.30 0.2 152.06 0.56 0.54
Hex 49 CC 8F 40 0 1E 14 98 38 36
Octal 111 314 217 100 0 36 24 230 70 66
Binary 1001001 11001100 10001111 1000000 0 11110 10100 10011000 111000 110110

Color Harmonies of #49CC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CC8F

Black with #49CC8F

Text Example


Text Example

White with #49CC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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