Html Css Color HEX #49CA56 Fern

📋 copy color: '#49CA56'

red 73 ◦ green 202 ◦ blue 86

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

Shades of Fern #49CA56

Tints of Fern #49CA56

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.96%

 BLUE value IS 86 (33.98% from 255) = 23.82%

R = 20.22%
G = 55.96%
B = 23.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#49CA56 (or 0x49CA56) is known color: Fern. HEX triplet: 49, CA and 56. RGB value is (73,202,86). Sum of RGB (Red+Green+Blue) = 73+202+86=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA56 is #B635A9. Grayscale: #969696. Windows color (decimal): -11941290 or 5687881. OLE color: 5687881.

HSL color Cylindrical-coordinate representation of color #49CA56: hue angle of 126.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA56 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 86 -
CMYK 0.64 0 0.57 0.21
HSL 126.05º 0.55% 0.54% -
HSV(B) 126.05º 0.64% 0.79% -
XYZ 25.55 44.33 16.01 -
YUV 150.21 91.76 72.93 -
System Red Green Blue C M Y K H S L
Decimal 73 202 86 0.64 0 0.57 0.21 126.05 0.55 0.54
Hex 49 CA 56 40 0 39 15 7E 37 36
Octal 111 312 126 100 0 71 25 176 67 66
Binary 1001001 11001010 1010110 1000000 0 111001 10101 1111110 110111 110110

Color Harmonies of #49CA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA56

Black with #49CA56

Text Example


Text Example

White with #49CA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,86); }

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

background-color css

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

 a { background-color: rgb(73,202,86); }

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

border-color css

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

 span { border-color: rgb(73,202,86); }

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