#49BE12

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

Shades of Kelly Green #49BE12

Tints of Kelly Green #49BE12

Color information

#49BE12 (or 0x49BE12) is unknown color: approx Kelly Green. HEX triplet: 49, BE and 12. RGB value is (73,190,18). Sum of RGB (Red+Green+Blue) = 73+190+18=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 190 (74.61% from 255 or 67.62% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BE12 is #B641ED. Grayscale: #878787. Windows color (decimal): -11944430 or 1228361. OLE color: 1228361.

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

Color convert

RGB7319018-
CMYK0.6200.910.25
HSL100.81º82.69%40.78%-
HSV(B)100.81º90.53%74.51%-
XYZ21.2738.296.84-
YUV135.4161.7483.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 190 (74.61% from 255) = 67.62%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=25.98%
G=67.62%
B=6.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73190180.6200.910.25100.8182.6940.78
Hex49BE123E05B19655329
Octal111276227601333114512351
Binary10010011011111010010111110010110111100111001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,190,18); }

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

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

 a { background-color: rgb(73,190,18); }

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

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

 span { border-color: rgb(73,190,18); }

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