Html Css Color HEX #49BA16 Kelly Green

📋 copy color: '#49BA16'

red 73 ◦ green 186 ◦ blue 22

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

Shades of Kelly Green #49BA16

Tints of Kelly Green #49BA16

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.19%

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 25.98%
G = 66.19%
B = 7.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#49BA16 (or 0x49BA16) is known color: Kelly Green. HEX triplet: 49, BA and 16. RGB value is (73,186,22). Sum of RGB (Red+Green+Blue) = 73+186+22=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BA16 is #B645E9. Grayscale: #868686. Windows color (decimal): -11945450 or 1489481. OLE color: 1489481.

HSL color Cylindrical-coordinate representation of color #49BA16: hue angle of 101.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49BA16 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 186 22 -
CMYK 0.61 0 0.88 0.27
HSL 101.34º 0.79% 0.41% -
HSV(B) 101.34º 0.88% 0.73% -
XYZ 20.45 36.59 6.74 -
YUV 133.52 65.06 84.84 -
System Red Green Blue C M Y K H S L
Decimal 73 186 22 0.61 0 0.88 0.27 101.34 0.79 0.41
Hex 49 BA 16 3D 0 58 1B 65 4F 29
Octal 111 272 26 75 0 130 33 145 117 51
Binary 1001001 10111010 10110 111101 0 1011000 11011 1100101 1001111 101001

Color Harmonies of #49BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA16

Black with #49BA16

Text Example


Text Example

White with #49BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,22); }

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

background-color css

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

 a { background-color: rgb(73,186,22); }

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

border-color css

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

 span { border-color: rgb(73,186,22); }

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