Html Css Color HEX #49CF9B Shamrock

📋 copy color: '#49CF9B'

red 73 ◦ green 207 ◦ blue 155

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

Shades of Shamrock #49CF9B

Tints of Shamrock #49CF9B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.59%

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 16.78%
G = 47.59%
B = 35.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#49CF9B (or 0x49CF9B) is known color: Shamrock. HEX triplet: 49, CF and 9B. RGB value is (73,207,155). Sum of RGB (Red+Green+Blue) = 73+207+155=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF9B is #B63064. Grayscale: #A1A1A1. Windows color (decimal): -11939941 or 10211145. OLE color: 10211145.

HSL color Cylindrical-coordinate representation of color #49CF9B: hue angle of 156.72º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CF9B is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 155 -
CMYK 0.65 0 0.25 0.19
HSL 156.72º 0.58% 0.55% -
HSV(B) 156.72º 0.65% 0.81% -
XYZ 30.98 48.41 38.72 -
YUV 161.01 124.61 65.23 -
System Red Green Blue C M Y K H S L
Decimal 73 207 155 0.65 0 0.25 0.19 156.72 0.58 0.55
Hex 49 CF 9B 41 0 19 13 9D 3A 37
Octal 111 317 233 101 0 31 23 235 72 67
Binary 1001001 11001111 10011011 1000001 0 11001 10011 10011101 111010 110111

Color Harmonies of #49CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF9B

Black with #49CF9B

Text Example


Text Example

White with #49CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,207,155); }

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

background-color css

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

 a { background-color: rgb(73,207,155); }

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

border-color css

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

 span { border-color: rgb(73,207,155); }

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