Html Css Color HEX #49BC13 Kelly Green

📋 copy color: '#49BC13'

red 73 ◦ green 188 ◦ blue 19

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

Shades of Kelly Green #49BC13

Tints of Kelly Green #49BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 67.14%

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 26.07%
G = 67.14%
B = 6.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#49BC13 (or 0x49BC13) is known color: Kelly Green. HEX triplet: 49, BC and 13. RGB value is (73,188,19). Sum of RGB (Red+Green+Blue) = 73+188+19=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BC13 is #B643EC. Grayscale: #868686. Windows color (decimal): -11944941 or 1293385. OLE color: 1293385.

HSL color Cylindrical-coordinate representation of color #49BC13: hue angle of 100.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49BC13 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 19 -
CMYK 0.61 0 0.90 0.26
HSL 100.83º 0.82% 0.41% -
HSV(B) 100.83º 0.9% 0.74% -
XYZ 20.85 37.43 6.74 -
YUV 134.35 62.9 84.24 -
System Red Green Blue C M Y K H S L
Decimal 73 188 19 0.61 0 0.90 0.26 100.83 0.82 0.41
Hex 49 BC 13 3D 0 5A 1A 65 52 29
Octal 111 274 23 75 0 132 32 145 122 51
Binary 1001001 10111100 10011 111101 0 1011010 11010 1100101 1010010 101001

Color Harmonies of #49BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC13

Black with #49BC13

Text Example


Text Example

White with #49BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,188,19); }

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

background-color css

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

 a { background-color: rgb(73,188,19); }

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

border-color css

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

 span { border-color: rgb(73,188,19); }

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