Html Css Color HEX #49BF2A Kelly Green

📋 copy color: '#49BF2A'

red 73 ◦ green 191 ◦ blue 42

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

Shades of Kelly Green #49BF2A

Tints of Kelly Green #49BF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 23.86%
G = 62.42%
B = 13.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#49BF2A (or 0x49BF2A) is known color: Kelly Green. HEX triplet: 49, BF and 2A. RGB value is (73,191,42). Sum of RGB (Red+Green+Blue) = 73+191+42=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF2A is #B640D5. Grayscale: #8B8B8B. Windows color (decimal): -11944150 or 2801481. OLE color: 2801481.

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

Color convert

RGB 73 191 42 -
CMYK 0.62 0 0.78 0.25
HSL 107.52º 0.64% 0.46% -
HSV(B) 107.52º 0.78% 0.75% -
XYZ 21.8 38.85 8.54 -
YUV 138.73 73.41 81.12 -
System Red Green Blue C M Y K H S L
Decimal 73 191 42 0.62 0 0.78 0.25 107.52 0.64 0.46
Hex 49 BF 2A 3E 0 4E 19 6C 40 2E
Octal 111 277 52 76 0 116 31 154 100 56
Binary 1001001 10111111 101010 111110 0 1001110 11001 1101100 1000000 101110

Color Harmonies of #49BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF2A

Black with #49BF2A

Text Example


Text Example

White with #49BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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