Html Css Color HEX #49BD0C Kelly Green

📋 copy color: '#49BD0C'

red 73 ◦ green 189 ◦ blue 12

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

Shades of Kelly Green #49BD0C

Tints of Kelly Green #49BD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.38%

R = 26.64%
G = 68.98%
B = 4.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#49BD0C (or 0x49BD0C) is known color: Kelly Green. HEX triplet: 49, BD and 0C. RGB value is (73,189,12). Sum of RGB (Red+Green+Blue) = 73+189+12=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 189 (74.22% from 255 or 68.98% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BD0C is #B642F3. Grayscale: #868686. Windows color (decimal): -11944692 or 834889. OLE color: 834889.

HSL color Cylindrical-coordinate representation of color #49BD0C: hue angle of 99.32º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49BD0C is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 189 12 -
CMYK 0.61 0 0.94 0.26
HSL 99.32º 0.88% 0.39% -
HSV(B) 99.32º 0.94% 0.74% -
XYZ 21.01 37.84 6.54 -
YUV 134.14 59.07 84.39 -
System Red Green Blue C M Y K H S L
Decimal 73 189 12 0.61 0 0.94 0.26 99.32 0.88 0.39
Hex 49 BD C 3D 0 5E 1A 63 58 27
Octal 111 275 14 75 0 136 32 143 130 47
Binary 1001001 10111101 1100 111101 0 1011110 11010 1100011 1011000 100111

Color Harmonies of #49BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BD0C

Black with #49BD0C

Text Example


Text Example

White with #49BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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