Html Css Color HEX #49BF13 Kelly Green

📋 copy color: '#49BF13'

red 73 ◦ green 191 ◦ blue 19

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

Shades of Kelly Green #49BF13

Tints of Kelly Green #49BF13

RGB

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

 GREEN value IS 191 (75% from 255) = 67.49%

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

R = 25.8%
G = 67.49%
B = 6.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#49BF13 (or 0x49BF13) is known color: Kelly Green. HEX triplet: 49, BF and 13. RGB value is (73,191,19). Sum of RGB (Red+Green+Blue) = 73+191+19=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BF13 is #B640EC. Grayscale: #888888. Windows color (decimal): -11944173 or 1294153. OLE color: 1294153.

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

Color convert

RGB 73 191 19 -
CMYK 0.62 0 0.90 0.25
HSL 101.16º 0.82% 0.41% -
HSV(B) 101.16º 0.9% 0.75% -
XYZ 21.5 38.73 6.96 -
YUV 136.11 61.91 82.99 -
System Red Green Blue C M Y K H S L
Decimal 73 191 19 0.62 0 0.90 0.25 101.16 0.82 0.41
Hex 49 BF 13 3E 0 5A 19 65 52 29
Octal 111 277 23 76 0 132 31 145 122 51
Binary 1001001 10111111 10011 111110 0 1011010 11001 1100101 1010010 101001

Color Harmonies of #49BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF13

Black with #49BF13

Text Example


Text Example

White with #49BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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