Html Css Color HEX #49BD12 Kelly Green

📋 copy color: '#49BD12'

red 73 ◦ green 189 ◦ blue 18

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

Shades of Kelly Green #49BD12

Tints of Kelly Green #49BD12

RGB

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

 GREEN value IS 189 (74.22% from 255) = 67.5%

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 26.07%
G = 67.5%
B = 6.43%

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

#49BD12 (or 0x49BD12) is known color: Kelly Green. HEX triplet: 49, BD and 12. RGB value is (73,189,18). Sum of RGB (Red+Green+Blue) = 73+189+18=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BD12 is #B642ED. Grayscale: #878787. Windows color (decimal): -11944686 or 1228105. OLE color: 1228105.

HSL color Cylindrical-coordinate representation of color #49BD12: hue angle of 100.7º degrees, saturation: 0.83, 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 #49BD12 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 189 18 -
CMYK 0.61 0 0.90 0.26
HSL 100.7º 0.83% 0.41% -
HSV(B) 100.7º 0.9% 0.74% -
XYZ 21.05 37.86 6.77 -
YUV 134.82 62.07 83.9 -
System Red Green Blue C M Y K H S L
Decimal 73 189 18 0.61 0 0.90 0.26 100.7 0.83 0.41
Hex 49 BD 12 3D 0 5A 1A 65 53 29
Octal 111 275 22 75 0 132 32 145 123 51
Binary 1001001 10111101 10010 111101 0 1011010 11010 1100101 1010011 101001

Color Harmonies of #49BD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BD12

Black with #49BD12

Text Example


Text Example

White with #49BD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,189,18); }

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

background-color css

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

 a { background-color: rgb(73,189,18); }

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

border-color css

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

 span { border-color: rgb(73,189,18); }

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