#4CBA16

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

Shades of Kelly Green #4CBA16

Tints of Kelly Green #4CBA16

Color information

#4CBA16 (or 0x4CBA16) is unknown color: approx Kelly Green. HEX triplet: 4C, BA and 16. RGB value is (76,186,22). Sum of RGB (Red+Green+Blue) = 76+186+22=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBA16 is #B345E9. Grayscale: #868686. Windows color (decimal): -11748842 or 1489484. OLE color: 1489484.

HSL color Cylindrical-coordinate representation of color #4CBA16: hue angle of 100.24º 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 #4CBA16 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB7618622-
CMYK0.5900.880.27
HSL100.24º78.85%40.78%-
HSV(B)100.24º88.17%72.94%-
XYZ20.6836.716.76-
YUV134.4164.5686.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.76%
GREEN value IS 186 (73.05% from 255) = 65.49%
BLUE value IS 22 (8.98% from 255) = 7.75%
R=26.76%
G=65.49%
B=7.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76186220.5900.880.27100.2478.8540.78
Hex4CBA163B0581B644f29
Octal114272267301303314411751
Binary10011001011101010110111011010110001101111001001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CBA16; }

 p { color: rgb(76,186,22); }

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

<style>
 a { background-color: #4CBA16; }

 a { background-color: rgb(76,186,22); }

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

<style>
 span { border-color: #4CBA16; }

 span { border-color: rgb(76,186,22); }

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