#49B801

Color #49B801 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #49B801

Tints of Kelly Green #49B801

Color information

#49B801 (or 0x49B801) is unknown color: approx Kelly Green. HEX triplet: 49, B8 and 01. RGB value is (73,184,1). Sum of RGB (Red+Green+Blue) = 73+184+1=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 184 (72.27% from 255 or 71.32% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 184 - color contains mainly: green. Hex color #49B801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B801 is #B647FE. Grayscale: #828282. Windows color (decimal): -11945983 or 112713. OLE color: 112713.

HSL color Cylindrical-coordinate representation of color #49B801: hue angle of 96.39º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49B801 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB731841-
CMYK0.6000.990.28
HSL96.39º98.92%36.27%-
HSV(B)96.39º99.46%72.16%-
XYZ19.8935.75.87-
YUV129.9555.2387.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 184 (72.27% from 255) = 71.32%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=28.29%
G=71.32%
B=0.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal7318410.6000.990.2896.3998.9236.27
Hex49B813C0631C606324
Octal11127017401433414014344
Binary1001001101110001111100011000111110011000001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49B801;
 }
 .AnyTagClassName
 {
   color: #49B801;
 }
</style>
background-color css

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

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

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

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

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

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