#49BF01

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

Shades of Kelly Green #49BF01

Tints of Kelly Green #49BF01

Color information

#49BF01 (or 0x49BF01) is unknown color: approx Kelly Green. HEX triplet: 49, BF and 01. RGB value is (73,191,1). Sum of RGB (Red+Green+Blue) = 73+191+1=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BF01 is #B640FE. Grayscale: #868686. Windows color (decimal): -11944191 or 114505. OLE color: 114505.

HSL color Cylindrical-coordinate representation of color #49BF01: hue angle of 97.26º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49BF01 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB731911-
CMYK0.6200.990.25
HSL97.26º98.96%37.65%-
HSV(B)97.26º99.48%74.9%-
XYZ21.3838.686.37-
YUV134.0652.9184.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 191 (75% from 255) = 72.08%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=27.55%
G=72.08%
B=0.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7319110.6200.990.2597.2698.9637.65
Hex49BF13E06319616326
Octal11127717601433114114346
Binary1001001101111111111110011000111100111000011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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