Html Css Color HEX #49BE16 Kelly Green

📋 copy color: '#49BE16'

red 73 ◦ green 190 ◦ blue 22

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

Shades of Kelly Green #49BE16

Tints of Kelly Green #49BE16

RGB

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

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

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

R = 25.61%
G = 66.67%
B = 7.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#49BE16 (or 0x49BE16) is known color: Kelly Green. HEX triplet: 49, BE and 16. RGB value is (73,190,22). Sum of RGB (Red+Green+Blue) = 73+190+22=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 190 (74.61% from 255 or 66.67% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BE16 is #B641E9. Grayscale: #888888. Windows color (decimal): -11944426 or 1490505. OLE color: 1490505.

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

Color convert

RGB 73 190 22 -
CMYK 0.62 0 0.88 0.25
HSL 101.79º 0.79% 0.42% -
HSV(B) 101.79º 0.88% 0.75% -
XYZ 21.31 38.3 7.03 -
YUV 135.87 63.74 83.16 -
System Red Green Blue C M Y K H S L
Decimal 73 190 22 0.62 0 0.88 0.25 101.79 0.79 0.42
Hex 49 BE 16 3E 0 58 19 66 4F 2A
Octal 111 276 26 76 0 130 31 146 117 52
Binary 1001001 10111110 10110 111110 0 1011000 11001 1100110 1001111 101010

Color Harmonies of #49BE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE16

Black with #49BE16

Text Example


Text Example

White with #49BE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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