Html Css Color HEX #49BF65 Emerald

📋 copy color: '#49BF65'

red 73 ◦ green 191 ◦ blue 101

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

Shades of Emerald #49BF65

Tints of Emerald #49BF65

RGB

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

 GREEN value IS 191 (75% from 255) = 52.33%

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 20%
G = 52.33%
B = 27.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#49BF65 (or 0x49BF65) is known color: Emerald. HEX triplet: 49, BF and 65. RGB value is (73,191,101). Sum of RGB (Red+Green+Blue) = 73+191+101=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF65 is #B6409A. Grayscale: #919191. Windows color (decimal): -11944091 or 6668105. OLE color: 6668105.

HSL color Cylindrical-coordinate representation of color #49BF65: hue angle of 134.24º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF65 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 101 -
CMYK 0.62 0 0.47 0.25
HSL 134.24º 0.48% 0.52% -
HSV(B) 134.24º 0.62% 0.75% -
XYZ 23.73 39.62 18.71 -
YUV 145.46 102.91 76.32 -
System Red Green Blue C M Y K H S L
Decimal 73 191 101 0.62 0 0.47 0.25 134.24 0.48 0.52
Hex 49 BF 65 3E 0 2F 19 86 30 34
Octal 111 277 145 76 0 57 31 206 60 64
Binary 1001001 10111111 1100101 111110 0 101111 11001 10000110 110000 110100

Color Harmonies of #49BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF65

Black with #49BF65

Text Example


Text Example

White with #49BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,101); }

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

background-color css

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

 a { background-color: rgb(73,191,101); }

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

border-color css

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

 span { border-color: rgb(73,191,101); }

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