#44C013

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

Shades of Kelly Green #44C013

Tints of Kelly Green #44C013

Color information

#44C013 (or 0x44C013) is unknown color: approx Kelly Green. HEX triplet: 44, C0 and 13. RGB value is (68,192,19). Sum of RGB (Red+Green+Blue) = 68+192+19=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #44C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44C013 is #BB3FEC. Grayscale: #878787. Windows color (decimal): -12271597 or 1294404. OLE color: 1294404.

HSL color Cylindrical-coordinate representation of color #44C013: hue angle of 103.01º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44C013 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB6819219-
CMYK0.6500.900.25
HSL103.01º81.99%41.37%-
HSV(B)103.01º90.1%75.29%-
XYZ21.3538.987.01-
YUV135.262.4280.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 192 (75.39% from 255) = 68.82%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=24.37%
G=68.82%
B=6.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68192190.6500.900.25103.0181.9941.37
Hex44C0134105A19675229
Octal1043002310101323114712251
Binary100010011000000100111000001010110101100111001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,192,19); }

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

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

 a { background-color: rgb(68,192,19); }

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

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

 span { border-color: rgb(68,192,19); }

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