Html Css Color HEX #49BE14 Kelly Green

📋 copy color: '#49BE14'

red 73 ◦ green 190 ◦ blue 20

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

Shades of Kelly Green #49BE14

Tints of Kelly Green #49BE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 67.14%

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 25.8%
G = 67.14%
B = 7.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#49BE14 (or 0x49BE14) is known color: Kelly Green. HEX triplet: 49, BE and 14. RGB value is (73,190,20). Sum of RGB (Red+Green+Blue) = 73+190+20=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BE14 is #B641EB. Grayscale: #888888. Windows color (decimal): -11944428 or 1359433. OLE color: 1359433.

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

Color convert

RGB 73 190 20 -
CMYK 0.62 0 0.89 0.25
HSL 101.29º 0.81% 0.41% -
HSV(B) 101.29º 0.89% 0.75% -
XYZ 21.29 38.29 6.93 -
YUV 135.64 62.74 83.32 -
System Red Green Blue C M Y K H S L
Decimal 73 190 20 0.62 0 0.89 0.25 101.29 0.81 0.41
Hex 49 BE 14 3E 0 59 19 65 51 29
Octal 111 276 24 76 0 131 31 145 121 51
Binary 1001001 10111110 10100 111110 0 1011001 11001 1100101 1010001 101001

Color Harmonies of #49BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE14

Black with #49BE14

Text Example


Text Example

White with #49BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,20); }

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

background-color css

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

 a { background-color: rgb(73,190,20); }

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

border-color css

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

 span { border-color: rgb(73,190,20); }

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