Html Css Color HEX #49C401 Kelly Green

📋 copy color: '#49C401'

red 73 ◦ green 196 ◦ blue 1

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

Shades of Kelly Green #49C401

Tints of Kelly Green #49C401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 72.59%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 27.04%
G = 72.59%
B = 0.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#49C401 (or 0x49C401) is known color: Kelly Green. HEX triplet: 49, C4 and 01. RGB value is (73,196,1). Sum of RGB (Red+Green+Blue) = 73+196+1=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 196 (76.95% from 255 or 72.59% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 196 - color contains mainly: green. Hex color #49C401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C401 is #B63BFE. Grayscale: #898989. Windows color (decimal): -11942911 or 115785. OLE color: 115785.

HSL color Cylindrical-coordinate representation of color #49C401: hue angle of 97.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49C401 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 1 -
CMYK 0.63 0 0.99 0.23
HSL 97.85º 0.99% 0.39% -
HSV(B) 97.85º 0.99% 0.77% -
XYZ 22.49 40.9 6.74 -
YUV 136.99 51.25 82.36 -
System Red Green Blue C M Y K H S L
Decimal 73 196 1 0.63 0 0.99 0.23 97.85 0.99 0.39
Hex 49 C4 1 3F 0 63 17 62 63 27
Octal 111 304 1 77 0 143 27 142 143 47
Binary 1001001 11000100 1 111111 0 1100011 10111 1100010 1100011 100111

Color Harmonies of #49C401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C401

Black with #49C401

Text Example


Text Example

White with #49C401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,196,1); }

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

background-color css

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

 a { background-color: rgb(73,196,1); }

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

border-color css

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

 span { border-color: rgb(73,196,1); }

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