#44BE0E

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

Shades of Kelly Green #44BE0E

Tints of Kelly Green #44BE0E

Color information

#44BE0E (or 0x44BE0E) is unknown color: approx Kelly Green. HEX triplet: 44, BE and 0E. RGB value is (68,190,14). Sum of RGB (Red+Green+Blue) = 68+190+14=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 190 (74.61% from 255 or 69.85% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 190 - color contains mainly: green. Hex color #44BE0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BE0E is #BB41F1. Grayscale: #868686. Windows color (decimal): -12272114 or 966212. OLE color: 966212.

HSL color Cylindrical-coordinate representation of color #44BE0E: hue angle of 101.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44BE0E is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB6819014-
CMYK0.6400.930.25
HSL101.59º86.27%40%-
HSV(B)101.59º92.63%74.51%-
XYZ20.8838.096.67-
YUV133.4660.5881.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 190 (74.61% from 255) = 69.85%
BLUE value IS 14 (5.86% from 255) = 5.15%
R=25%
G=69.85%
B=5.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68190140.6400.930.25101.5986.2740
Hex44BEE4005D19665628
Octal1042761610001353114612650
Binary10001001011111011101000000010111011100111001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44BE0E; }

 p { color: rgb(68,190,14); }

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

<style>
 a { background-color: #44BE0E; }

 a { background-color: rgb(68,190,14); }

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

<style>
 span { border-color: #44BE0E; }

 span { border-color: rgb(68,190,14); }

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