Html Css Color HEX #49C914 Kelly Green

📋 copy color: '#49C914'

red 73 ◦ green 201 ◦ blue 20

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

Shades of Kelly Green #49C914

Tints of Kelly Green #49C914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 68.37%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 24.83%
G = 68.37%
B = 6.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#49C914 (or 0x49C914) is known color: Kelly Green. HEX triplet: 49, C9 and 14. RGB value is (73,201,20). Sum of RGB (Red+Green+Blue) = 73+201+20=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 201 (78.91% from 255 or 68.37% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 201 - color contains mainly: green. Hex color #49C914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C914 is #B636EB. Grayscale: #8E8E8E. Windows color (decimal): -11941612 or 1362249. OLE color: 1362249.

HSL color Cylindrical-coordinate representation of color #49C914: hue angle of 102.43º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49C914 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 201 20 -
CMYK 0.64 0 0.90 0.21
HSL 102.43º 0.82% 0.43% -
HSV(B) 102.43º 0.9% 0.79% -
XYZ 23.76 43.24 7.76 -
YUV 142.09 59.09 78.72 -
System Red Green Blue C M Y K H S L
Decimal 73 201 20 0.64 0 0.90 0.21 102.43 0.82 0.43
Hex 49 C9 14 40 0 5A 15 66 52 2B
Octal 111 311 24 100 0 132 25 146 122 53
Binary 1001001 11001001 10100 1000000 0 1011010 10101 1100110 1010010 101011

Color Harmonies of #49C914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C914

Black with #49C914

Text Example


Text Example

White with #49C914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,201,20); }

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

background-color css

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

 a { background-color: rgb(73,201,20); }

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

border-color css

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

 span { border-color: rgb(73,201,20); }

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