Html Css Color HEX #49BF5D Fern

📋 copy color: '#49BF5D'

red 73 ◦ green 191 ◦ blue 93

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

Shades of Fern #49BF5D

Tints of Fern #49BF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 20.45%
G = 53.5%
B = 26.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#49BF5D (or 0x49BF5D) is known color: Fern. HEX triplet: 49, BF and 5D. RGB value is (73,191,93). Sum of RGB (Red+Green+Blue) = 73+191+93=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF5D is #B640A2. Grayscale: #909090. Windows color (decimal): -11944099 or 6143817. OLE color: 6143817.

HSL color Cylindrical-coordinate representation of color #49BF5D: hue angle of 130.17º 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 #49BF5D is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 93 -
CMYK 0.62 0 0.51 0.25
HSL 130.17º 0.48% 0.52% -
HSV(B) 130.17º 0.62% 0.75% -
XYZ 23.35 39.47 16.74 -
YUV 144.55 98.91 76.97 -
System Red Green Blue C M Y K H S L
Decimal 73 191 93 0.62 0 0.51 0.25 130.17 0.48 0.52
Hex 49 BF 5D 3E 0 33 19 82 30 34
Octal 111 277 135 76 0 63 31 202 60 64
Binary 1001001 10111111 1011101 111110 0 110011 11001 10000010 110000 110100

Color Harmonies of #49BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF5D

Black with #49BF5D

Text Example


Text Example

White with #49BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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