#44D50A

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

Shades of Kelly Green #44D50A

Tints of Kelly Green #44D50A

Color information

#44D50A (or 0x44D50A) is unknown color: approx Kelly Green. HEX triplet: 44, D5 and 0A. RGB value is (68,213,10). Sum of RGB (Red+Green+Blue) = 68+213+10=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #44D50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44D50A is #BB2AF5. Grayscale: #939393. Windows color (decimal): -12266230 or 709956. OLE color: 709956.

HSL color Cylindrical-coordinate representation of color #44D50A: hue angle of 102.86º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44D50A is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB6821310-
CMYK0.6800.950.16
HSL102.86º91.03%43.73%-
HSV(B)102.86º95.31%83.53%-
XYZ26.2348.848.33-
YUV146.550.9672.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 213 (83.59% from 255) = 73.20%
BLUE value IS 10 (4.30% from 255) = 3.44%
R=23.37%
G=73.20%
B=3.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68213100.6800.950.16102.8691.0343.73
Hex44D5A4405F10675b2c
Octal1043251210401372014713354
Binary10001001101010110101000100010111111000011001111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,213,10); }

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

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

 a { background-color: rgb(68,213,10); }

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

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

 span { border-color: rgb(68,213,10); }

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