#44BB16

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

Shades of Kelly Green #44BB16

Tints of Kelly Green #44BB16

Color information

#44BB16 (or 0x44BB16) is unknown color: approx Kelly Green. HEX triplet: 44, BB and 16. RGB value is (68,187,22). Sum of RGB (Red+Green+Blue) = 68+187+22=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 187 (73.44% from 255 or 67.51% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BB16 is #BB44E9. Grayscale: #858585. Windows color (decimal): -12272874 or 1489732. OLE color: 1489732.

HSL color Cylindrical-coordinate representation of color #44BB16: hue angle of 103.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44BB16 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB6818722-
CMYK0.6400.880.27
HSL103.27º78.95%40.98%-
HSV(B)103.27º88.24%73.33%-
XYZ20.336.836.8-
YUV132.6165.5881.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 187 (73.44% from 255) = 67.51%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=24.55%
G=67.51%
B=7.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68187220.6400.880.27103.2778.9540.98
Hex44BB16400581B674f29
Octal1042732610001303314711751
Binary100010010111011101101000000010110001101111001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,187,22); }

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

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

 a { background-color: rgb(68,187,22); }

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

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

 span { border-color: rgb(68,187,22); }

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