Html Css Color HEX #49C20C Kelly Green

📋 copy color: '#49C20C'

red 73 ◦ green 194 ◦ blue 12

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

Shades of Kelly Green #49C20C

Tints of Kelly Green #49C20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.53%

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

R = 26.16%
G = 69.53%
B = 4.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#49C20C (or 0x49C20C) is known color: Kelly Green. HEX triplet: 49, C2 and 0C. RGB value is (73,194,12). Sum of RGB (Red+Green+Blue) = 73+194+12=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 194 (76.17% from 255 or 69.53% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 194 - color contains mainly: green. Hex color #49C20C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C20C is #B63DF3. Grayscale: #898989. Windows color (decimal): -11943412 or 836169. OLE color: 836169.

HSL color Cylindrical-coordinate representation of color #49C20C: hue angle of 99.89º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49C20C is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 12 -
CMYK 0.62 0 0.94 0.24
HSL 99.89º 0.88% 0.4% -
HSV(B) 99.89º 0.94% 0.76% -
XYZ 22.11 40.03 6.91 -
YUV 137.07 57.41 82.3 -
System Red Green Blue C M Y K H S L
Decimal 73 194 12 0.62 0 0.94 0.24 99.89 0.88 0.4
Hex 49 C2 C 3E 0 5E 18 64 58 28
Octal 111 302 14 76 0 136 30 144 130 50
Binary 1001001 11000010 1100 111110 0 1011110 11000 1100100 1011000 101000

Color Harmonies of #49C20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C20C

Black with #49C20C

Text Example


Text Example

White with #49C20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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