#49BF0F

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

Shades of Kelly Green #49BF0F

Tints of Kelly Green #49BF0F

Color information

#49BF0F (or 0x49BF0F) is unknown color: approx Kelly Green. HEX triplet: 49, BF and 0F. RGB value is (73,191,15). Sum of RGB (Red+Green+Blue) = 73+191+15=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 191 (75% from 255 or 68.46% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BF0F is #B640F0. Grayscale: #888888. Windows color (decimal): -11944177 or 1032009. OLE color: 1032009.

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

Color convert

RGB7319115-
CMYK0.6200.920.25
HSL100.23º85.44%40.39%-
HSV(B)100.23º92.15%74.9%-
XYZ21.4638.716.79-
YUV135.6559.9183.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 191 (75% from 255) = 68.46%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=26.16%
G=68.46%
B=5.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73191150.6200.920.25100.2385.4440.39
Hex49BFF3E05C19645528
Octal111277177601343114412550
Binary1001001101111111111111110010111001100111001001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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