Html Css Color HEX #49BF5E Fern

📋 copy color: '#49BF5E'

red 73 ◦ green 191 ◦ blue 94

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

Shades of Fern #49BF5E

Tints of Fern #49BF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 20.39%
G = 53.35%
B = 26.26%

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

#49BF5E (or 0x49BF5E) is known color: Fern. HEX triplet: 49, BF and 5E. RGB value is (73,191,94). Sum of RGB (Red+Green+Blue) = 73+191+94=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF5E is #B640A1. Grayscale: #909090. Windows color (decimal): -11944098 or 6209353. OLE color: 6209353.

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

Color convert

RGB 73 191 94 -
CMYK 0.62 0 0.51 0.25
HSL 130.68º 0.48% 0.52% -
HSV(B) 130.68º 0.62% 0.75% -
XYZ 23.4 39.49 16.98 -
YUV 144.66 99.41 76.89 -
System Red Green Blue C M Y K H S L
Decimal 73 191 94 0.62 0 0.51 0.25 130.68 0.48 0.52
Hex 49 BF 5E 3E 0 33 19 83 30 34
Octal 111 277 136 76 0 63 31 203 60 64
Binary 1001001 10111111 1011110 111110 0 110011 11001 10000011 110000 110100

Color Harmonies of #49BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF5E

Black with #49BF5E

Text Example


Text Example

White with #49BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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