Html Css Color HEX #49BF14 Kelly Green

📋 copy color: '#49BF14'

red 73 ◦ green 191 ◦ blue 20

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

Shades of Kelly Green #49BF14

Tints of Kelly Green #49BF14

RGB

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

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

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

R = 25.7%
G = 67.25%
B = 7.04%

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

#49BF14 (or 0x49BF14) is known color: Kelly Green. HEX triplet: 49, BF and 14. RGB value is (73,191,20). Sum of RGB (Red+Green+Blue) = 73+191+20=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BF14 is #B640EB. Grayscale: #888888. Windows color (decimal): -11944172 or 1359689. OLE color: 1359689.

HSL color Cylindrical-coordinate representation of color #49BF14: hue angle of 101.4º degrees, saturation: 0.81, 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 #49BF14 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 20 -
CMYK 0.62 0 0.90 0.25
HSL 101.4º 0.81% 0.41% -
HSV(B) 101.4º 0.9% 0.75% -
XYZ 21.5 38.73 7 -
YUV 136.22 62.41 82.9 -
System Red Green Blue C M Y K H S L
Decimal 73 191 20 0.62 0 0.90 0.25 101.4 0.81 0.41
Hex 49 BF 14 3E 0 5A 19 65 51 29
Octal 111 277 24 76 0 132 31 145 121 51
Binary 1001001 10111111 10100 111110 0 1011010 11001 1100101 1010001 101001

Color Harmonies of #49BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF14

Black with #49BF14

Text Example


Text Example

White with #49BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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