#44BD14

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

Shades of Kelly Green #44BD14

Tints of Kelly Green #44BD14

Color information

#44BD14 (or 0x44BD14) is unknown color: approx Kelly Green. HEX triplet: 44, BD and 14. RGB value is (68,189,20). Sum of RGB (Red+Green+Blue) = 68+189+20=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BD14 is #BB42EB. Grayscale: #868686. Windows color (decimal): -12272364 or 1359172. OLE color: 1359172.

HSL color Cylindrical-coordinate representation of color #44BD14: hue angle of 102.96º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44BD14 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB6818920-
CMYK0.6400.890.26
HSL102.96º80.86%40.98%-
HSV(B)102.96º89.42%74.12%-
XYZ20.7137.676.84-
YUV133.5663.9181.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 189 (74.22% from 255) = 68.23%
BLUE value IS 20 (8.20% from 255) = 7.22%
R=24.55%
G=68.23%
B=7.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68189200.6400.890.26102.9680.8640.98
Hex44BD14400591A675129
Octal1042752410001313214712151
Binary100010010111101101001000000010110011101011001111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,189,20); }

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

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

 a { background-color: rgb(68,189,20); }

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

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

 span { border-color: rgb(68,189,20); }

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