Html Css Color HEX #49C20F Kelly Green

📋 copy color: '#49C20F'

red 73 ◦ green 194 ◦ blue 15

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

Shades of Kelly Green #49C20F

Tints of Kelly Green #49C20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 25.89%
G = 68.79%
B = 5.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#49C20F (or 0x49C20F) is known color: Kelly Green. HEX triplet: 49, C2 and 0F. RGB value is (73,194,15). Sum of RGB (Red+Green+Blue) = 73+194+15=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #49C20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C20F is #B63DF0. Grayscale: #8A8A8A. Windows color (decimal): -11943409 or 1032777. OLE color: 1032777.

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

Color convert

RGB 73 194 15 -
CMYK 0.62 0 0.92 0.24
HSL 100.56º 0.86% 0.41% -
HSV(B) 100.56º 0.92% 0.76% -
XYZ 22.13 40.03 7.01 -
YUV 137.42 58.91 82.05 -
System Red Green Blue C M Y K H S L
Decimal 73 194 15 0.62 0 0.92 0.24 100.56 0.86 0.41
Hex 49 C2 F 3E 0 5C 18 65 56 29
Octal 111 302 17 76 0 134 30 145 126 51
Binary 1001001 11000010 1111 111110 0 1011100 11000 1100101 1010110 101001

Color Harmonies of #49C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C20F

Black with #49C20F

Text Example


Text Example

White with #49C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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